{
    "__schema": {
        "queryType": { "name": "Query" },
        "mutationType": { "name": "Mutation" },
        "subscriptionType": { "name": "Subscription" },
        "types": [
            {
                "kind": "OBJECT",
                "name": "AbacusAccount",
                "description": null,
                "fields": [
                    {
                        "name": "accountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountName",
                        "description": "Temporary field. We will remove it later on\n\nFor client facing applications, you should prefer to use `vendor.name`.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountPayee",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusAccountPayee",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountPayeeHistory",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusAccountPayeeHistory",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountPaymentTerm",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusAccountPaymentTerm",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountTaxInfo",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusAccountTaxInfo",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountTaxInfoHistory",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusAccountTaxInfoHistory",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contracts",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AbacusContract",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdBy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currentBalance",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusAccountCurrentBalance",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use payableBalance."
                    },
                    {
                        "name": "eligibilityStatus",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "payableBalance",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusAccountPayableBalance",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentHoldHistory",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AbacusPaymentHoldHistory",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentPendingInCurrentStatementPeriod",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusAccountPaymentTerm",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendor",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Vendor",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusAccountContractVatDetail",
                "description": null,
                "fields": [
                    {
                        "name": "account",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusAccount",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountContractVatDetailId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "companyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contract",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusContract",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isVatEligible",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isVatRegistered",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vatCountry",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusAccountContractVatDetailInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "accountId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "companyCode",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isVatEligible",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isVatRegistered",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vatCountry",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusAccountCurrentBalance",
                "description": "Deprecated: use AbacusAccountPayableBalance.",
                "fields": [
                    {
                        "name": "currencyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currencyName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currentBalance",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusAccountInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "accountId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountName",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractTemplateId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryOfTaxResidence",
                        "description": "Country alpha-3 iso code.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdBy",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "creationSource",
                        "description": "Indicates whether the account is created from the GDA onboarding or internal jenkins job.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currencyCode",
                        "description": "Currency alpha-3 iso code.",
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusAccountLedger",
                "description": null,
                "fields": [
                    {
                        "name": "account",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusAccount",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountingPeriod",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusAccountingPeriod",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "amount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contract",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusContract",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currencyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currencyName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "date",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "endingBalance",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ledgerAccountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "openingBalance",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriod",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusStatementPeriod",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transactionType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusAccountLedgerList",
                "description": "Deprecated: use AbacusLedgerAccountContract.",
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AbacusAccountLedger",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusAccountPayableBalance",
                "description": null,
                "fields": [
                    {
                        "name": "currencyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "payableBalance",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusAccountPayee",
                "description": null,
                "fields": [
                    {
                        "name": "account",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusAccount",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use `account { accountId }`."
                    },
                    {
                        "name": "accountPayeeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountPayeeKycNotification",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusAccountPayeeKycNotification",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountPayeeTaxFormInfo",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "INTERFACE",
                            "name": "AccountPayeeTaxFormInfo",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "actionStates",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AbacusState",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "bankDetails",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusAccountPayeeBankDetails",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isValidSessionId",
                        "description": null,
                        "args": [
                            {
                                "name": "sessionId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "knrDetails",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusAccountPayeeKnrDetails",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "knrDetailsHistory",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AbacusAccountPayeeKnrDetails",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastModified",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "payoneerAccount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusAccountPayeePayoneerAccount",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "payoneerPayeeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "payoneerPayeeName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "payoneerProgram",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusReferencePayoneerProgram",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "payoneerProgramId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use `payoneerProgram { payoneerProgramId }"
                    },
                    {
                        "name": "payoneerWForm",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusAccountPayeeWForm",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "referencePaymentType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusReferencePaymentType",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sapVendorId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxDetails",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusAccountPayeeTaxDetails",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxDetailsHistory",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AbacusAccountPayeeTaxDetails",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusAccountPayeeBankDetails",
                "description": null,
                "fields": [
                    {
                        "name": "accountPayeeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "address",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusAccountPayeeBankDetailsAddress",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "businessName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "dateOfBirth",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "firstName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "legalType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "modifiedAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "modifiedByIdentity",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "modifiedByProfileId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "modifiedByProfileType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "payoutMethod",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusAccountPayeeBankDetailsPaymentMethod",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "type",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusAccountPayeeBankDetailsAddress",
                "description": null,
                "fields": [
                    {
                        "name": "address1",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "address2",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "city",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "province",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "zip",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusAccountPayeeBankDetailsPaymentMethod",
                "description": null,
                "fields": [
                    {
                        "name": "accountName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountNumber",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "bankAccountType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "bankName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "country",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "iban",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "routingNumber",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sortCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "swiftOrBic",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INTERFACE",
                "name": "AbacusAccountPayeeEvent",
                "description": null,
                "fields": [
                    {
                        "name": "accountPayee",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusAccountPayee",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": [
                    {
                        "kind": "OBJECT",
                        "name": "AbacusAccountPayeePayoneerBankDetailsChanged",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "AbacusAccountPayeePayoneerDetailsChanged",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "AbacusAccountPayeePayoneerStatusUpdated",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "AbacusAccountPayeePayoneerWFormCollected",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "AbacusAccountPayeeVATInfoSaved",
                        "ofType": null
                    }
                ]
            },
            {
                "kind": "OBJECT",
                "name": "AbacusAccountPayeeHistory",
                "description": null,
                "fields": [
                    {
                        "name": "accountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountPayeeHistoryId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountPayeeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastModified",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "payoneerPayeeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "payoneerPayeeName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "payoneerProgramId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusAccountPayeeKnrDetails",
                "description": null,
                "fields": [
                    {
                        "name": "accountPayee",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusAccountPayee",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "revision",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sapVendorId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "wForm",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "KnrWFormDetails",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusAccountPayeeKnrDetailsInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "sapVendorId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "wForm",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "KnrWFormDetailsInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusAccountPayeeKycNotification",
                "description": null,
                "fields": [
                    {
                        "name": "accountPayeeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountPayeeKycNotificationId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdBy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "entityReferenceId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "entityReferenceTypeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fileUploadLink",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastModified",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastModifiedBy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "possibleSubRequirementTypes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "requirementId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "requirementTypeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subRequirementId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subRequirementStatusId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusAccountPayeePayoneerAccount",
                "description": null,
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "PayoneerAccountStatus",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusAccountPayeePayoneerBankDetailsChanged",
                "description": null,
                "fields": [
                    {
                        "name": "accountPayee",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusAccountPayee",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "AbacusAccountPayeeEvent",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusAccountPayeePayoneerDetailsChanged",
                "description": null,
                "fields": [
                    {
                        "name": "accountPayee",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusAccountPayee",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "AbacusAccountPayeeEvent",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusAccountPayeePayoneerStatusUpdated",
                "description": null,
                "fields": [
                    {
                        "name": "accountPayee",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusAccountPayee",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "AbacusAccountPayeeEvent",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusAccountPayeePayoneerWFormCollected",
                "description": null,
                "fields": [
                    {
                        "name": "accountPayee",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusAccountPayee",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "AbacusAccountPayeeEvent",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusAccountPayeeTaxDetails",
                "description": null,
                "fields": [
                    {
                        "name": "accountPayee",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusAccountPayee",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "address",
                        "description": "The following fields are not collected here and will be `null`:\n`company`, `firstName`, `lastName`, `phone`",
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "ShopifyAddress",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "businessName",
                        "description": "The legal name of the entity.\n\nIf the Payee is VAT registered (`vatNumber` non-null) then this field is mandatory.\nOtherwise it is not captured and will be `null`.",
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "businessNumber",
                        "description": "The registered number of the business.\n\nIf the Payee is VAT registered (`vatNumber` non-null) then this field is optional and may be `null`.\nOtherwise it is not captured and will be `null`.",
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "revision",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vatNumber",
                        "description": "Represents the VAT number as provided by the Payee.\nThis value will be `null` if the Payee has indicated that they are not VAT registered.",
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusAccountPayeeTaxDetailsInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "address",
                        "description": "The following fields are not collected here and must be set to `null`, or omitted:\n`company`, `firstName`, `lastName`, `phone`",
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "ShopifyAddressInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "businessName",
                        "description": "The legal name of the entity.\n\nIf the Payee is VAT registered (`vatNumber` non-null) then this field is mandatory.\nOtherwise it is not captured and must be omitted.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "businessNumber",
                        "description": "The registered number of the business.\n\nIf the Payee is VAT registered (`vatNumber` non-null) then this field is optional and may be `null`.\nOtherwise it is not captured and must be omitted.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vatNumber",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusAccountPayeeTaxDetailsInputError",
                "description": null,
                "fields": [
                    {
                        "name": "vatNumber",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "AbacusAccountPayeeTaxDetailsVATNumberError",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AbacusAccountPayeeTaxDetailsVATNumberError",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "API_UNREACHABLE",
                        "description": "The call to the API for validating VAT numbers did not succeed because the API was unreachable.",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "HMRC_API_CHECK_FAILED",
                        "description": "The call to the HMRC API for validating VAT numbers does not recognize the provided number as valid.",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "INVALID_COUNTRY_CODE",
                        "description": "The VAT number provided contains an invalid country code.",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "UK_VAT_FORMAT",
                        "description": "The Payee's account has a Payment Entity based in the UK and the format of the VAT number input does not match the regex `(^[0-9]{9}$)|(^[0-9]{12}$)|(^GB[0-9]{9}$)|(^GB[0-9]{12}$)`.",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "VIES_API_CHECK_FAILED",
                        "description": "The call to the VIES API for validating VAT numbers does not recognize the provided number as valid.",
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusAccountPayeeUpdate",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "accountPayeeId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "payoneerPayeeId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "payoneerPayeeName",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sapVendorId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusAccountPayeeVATInfoSaved",
                "description": null,
                "fields": [
                    {
                        "name": "accountPayee",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusAccountPayee",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "AbacusAccountPayeeEvent",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusAccountPayeeWForm",
                "description": null,
                "fields": [
                    {
                        "name": "countryOfTaxResidencyCode",
                        "description": "Country alpha-3 iso code.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusAccountPaymentTerm",
                "description": null,
                "fields": [
                    {
                        "name": "accountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountPaymentTermId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "agreementType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusReferenceAgreementType",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currencyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentEntity",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusReferencePaymentEntity",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentMinimum",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentSchedule",
                        "description": "One of '30_days_after_month_end',\n'45_days_after_month_end',\n'60_days_after_month_end',\n'90_days_after_month_end',\n'30_days_after_quarter_end',\n'45_days_after_quarter_end',\n'60_days_after_quarter_end',\nor '90_days_after_quarter_end'.",
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "ENUM",
                            "name": "PaymentType",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use `accountPayee { referencePaymentType { paymentType } }`."
                    },
                    {
                        "name": "signingEntity",
                        "description": "To be deprecated in favor of AbacusReferencePaymentEntity.",
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusSigningEntity",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusAccountPaymentTermInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "accountId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "agreementTypeId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currencyCode",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentEntityId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentMinimum",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentSchedule",
                        "description": "One of '30_days_after_month_end',\n'45_days_after_month_end',\n'60_days_after_month_end',\n'90_days_after_month_end',\n'30_days_after_quarter_end',\n'45_days_after_quarter_end',\n'60_days_after_quarter_end',\nor '90_days_after_quarter_end'.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "signingEntityId",
                        "description": "To be deprecated in favor of AbacusReferencePaymentEntity.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusAccountPaymentTermUpdate",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "accountPaymentTermId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "agreementTypeId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currencyCode",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentEntityId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentMinimum",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentSchedule",
                        "description": "One of '30_days_after_month_end',\n'45_days_after_month_end',\n'60_days_after_month_end',\n'90_days_after_month_end',\n'30_days_after_quarter_end',\n'45_days_after_quarter_end',\n'60_days_after_quarter_end',\nor '90_days_after_quarter_end'.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "signingEntityId",
                        "description": "To be deprecated in favor of AbacusReferencePaymentEntity.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusAccountStatementPeriodPayment",
                "description": null,
                "fields": [
                    {
                        "name": "accountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "actionStatus",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contract",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusContract",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currencyAmount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currencyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "eventName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ledgerAccountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriodId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "withholdingTaxCreatedAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "withholdingTaxCurrencyAmount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "withholdingTaxCurrencyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "withholdingTaxLedgerAccountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusAccountTaxInfo",
                "description": null,
                "fields": [
                    {
                        "name": "account",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusAccount",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use `account.accountId`"
                    },
                    {
                        "name": "accountTaxInfoId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryOfTaxResidence",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isSbaSigned",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isTaxTreatyClaimed",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isVatExempt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusAccountTaxInfoCreate",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "accountId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryOfTaxResidence",
                        "description": "Country alpha-3 iso code.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isSbaSigned",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isTaxTreatyClaimed",
                        "description": "Relevant for US taxes",
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isVatExempt",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INTERFACE",
                "name": "AbacusAccountTaxInfoEvent",
                "description": null,
                "fields": [
                    {
                        "name": "accountTaxInfo",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusAccountTaxInfo",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": [
                    {
                        "kind": "OBJECT",
                        "name": "AbacusAccountTaxInfoUpdated",
                        "ofType": null
                    }
                ]
            },
            {
                "kind": "OBJECT",
                "name": "AbacusAccountTaxInfoHistory",
                "description": null,
                "fields": [
                    {
                        "name": "accountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountTaxInfoHistoryId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountTaxInfoId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryOfTaxResidence",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isSbaSigned",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isVatExempt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastModified",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusAccountTaxInfoInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "accountTaxInfoId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryOfTaxResidence",
                        "description": "Country alpha-3 iso code.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isSbaSigned",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isTaxTreatyClaimed",
                        "description": "Relevant for US taxes",
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusAccountTaxInfoUpdated",
                "description": null,
                "fields": [
                    {
                        "name": "accountTaxInfo",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusAccountTaxInfo",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "AbacusAccountTaxInfoEvent",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusAccountUpdate",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "accountId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountName",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusAccountingPeriod",
                "description": null,
                "fields": [
                    {
                        "name": "accountingPeriodId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountingPeriodName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountingPeriodReports",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusAccountingPeriodReport",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountingPeriodStatus",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountingRunVatOverview",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusLedgerAccountingRunVatOverview",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountingRuns",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusAccountingRuns",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "actionStates",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusState",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "closedDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractType",
                        "description": "One of 'distribution', 'legacy_distribution', or 'neighbouring_rights'. Defaults to 'distribution'.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "salesFile",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusSalesFile",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriod",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusStatementPeriod",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusAccountingPeriodInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "accountingPeriodName",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractType",
                        "description": "One of 'distribution', 'legacy_distribution', or 'neighbouring_rights'. Defaults to 'distribution'.",
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriodId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusAccountingPeriodReport",
                "description": null,
                "fields": [
                    {
                        "name": "accountingPeriodId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountingPeriodReportId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reportExportUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reportType",
                        "description": "One of 'vat_exempt', 'uk_vat_applied'.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusAccountingPeriodStateUpdate",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "accountingPeriodId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "actionStates",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AbacusStateUpdate",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusAccountingPeriodUpdate",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "accountingPeriodId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountingPeriodName",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountingPeriodStatus",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusAccountingPeriodsList",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AbacusAccountingPeriod",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusAccountingRun",
                "description": null,
                "fields": [
                    {
                        "name": "accountingPeriodId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountingPeriodName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountingRunId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountingRunStatus",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "runControllerId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "runControllerName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "startDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "summaryExportUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusAccountingRunUpdate",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "accountingRunId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountingRunStatus",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusAccountingRuns",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusAccountingRun",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusAccountsList",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AbacusAccount",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusAdjustmentFileNonIdentityUser",
                "description": null,
                "fields": [
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusContract",
                "description": null,
                "fields": [
                    {
                        "name": "account",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusAccount",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractAdvances",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "status",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "ContractAdvanceStatus",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusContractAdvanceList",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractExclusion",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusContractExclusion",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractTerms",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AbacusContractTerm",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractType",
                        "description": "One of 'distribution', 'legacy_distribution', or 'neighbouring_rights'. Defaults to 'distribution'.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "executionDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "generalNote",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "initialStartDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isExcludedFromAccountingRun",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lifecycle",
                        "description": "This field is nullable until existing data is backfilled and the feature flag for contract maturation is enabled.",
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusContractLifecycle",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lifecycleSchedules",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AbacusContractLifecycleSchedule",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "mechanicalDeduction",
                        "description": "To be deprecated in favor of AbacusContractMechanicalDeduction.",
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "MechanicalDeduction",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "mechanicalDeductions",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AbacusContractMechanicalDeduction",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "oaContractId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "referenceSigningEntity",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusReferenceSigningEntity",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reserve",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusContractReserve",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "runController",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusRunController",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sapProfitCenter",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusReferenceSapProfitCenter",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "summaryNote",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "termEnd",
                        "description": "To be deprecated in favor of AbacusContractLifecycle.lifecycleTermStart.",
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "termStart",
                        "description": "To be deprecated in favor of AbacusContractLifecycle.lifecycleTermEnd.",
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusContractAdvance",
                "description": null,
                "fields": [
                    {
                        "name": "advanceDescription",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "advanceStatus",
                        "description": "One of 'not_qualified', 'qualified', 'approved', 'pending_payment', 'paid' or 'deleted'. Defaults to 'not_qualified'.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AbacusContractAdvanceStatus",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "amount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "amountAfterWithholdingAndVat",
                        "description": "Calculated: amountAfterWithholdingAndVat = amount + withholdingTaxAmount + vatAmount.",
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contract",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusContract",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractAdvanceId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use `contract { contractId }`."
                    },
                    {
                        "name": "createdAt",
                        "description": "Formatted YYYY-DD-MM.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdBy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currencyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "milestone",
                        "description": "One of 'contract_execution', 'delivery', 'recoupment', 'scheduled_installment', 'sales_milestone' or 'other'.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AbacusContractAdvanceMilestone",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "milestoneDate",
                        "description": "Formatted YYYY-DD-MM.",
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "milestoneDescription",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "note",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "referencePaymentType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusReferencePaymentType",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "usSourceIncomeRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vatAmount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "withholdingTaxAmount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "worksheetPaymentContractAdvances",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "WorksheetPaymentContractAdvanceList",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusContractAdvanceInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "accountId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountPaymentCurrencyCode",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "advanceDescription",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "advanceStatus",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "AbacusContractAdvanceStatus",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "amount",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currencyCode",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "exchangeRate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "milestone",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AbacusContractAdvanceMilestone",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "milestoneDate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "milestoneDescription",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "note",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "referencePaymentTypeId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriodId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "usSourceIncomeRate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vatAmount",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "withholdingTaxAmount",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusContractAdvanceList",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusContractAdvance",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AbacusContractAdvanceMilestone",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "contract_execution",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "delivery",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "other",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recoupment",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sales_milestone",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "scheduled_installment",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusContractAdvancePaid",
                "description": null,
                "fields": [
                    {
                        "name": "advanceAmountPayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "advanceDescription",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "advancePayeeCurrencyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "advanceStatus",
                        "description": "One of 'not_qualified', 'qualified', 'approved', 'pending_payment', 'paid' or 'deleted'. Defaults to 'not_qualified'.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AbacusContractAdvanceStatus",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "amount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "amountAfterWithholdingAndVat",
                        "description": "Calculated: amountAfterWithholdingAndVat = amount + withholdingTaxAmount + vatAmount.",
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractAdvanceId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdAt",
                        "description": "Formatted YYYY-DD-MM.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdBy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currencyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "datePaid",
                        "description": "Formatted YYYY-DD-MM.",
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "milestone",
                        "description": "One of 'contract_execution', 'delivery', 'recoupment', 'scheduled_installment', 'sales_milestone' or 'other'.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AbacusContractAdvanceMilestone",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "milestoneDate",
                        "description": "Formatted YYYY-DD-MM.",
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "milestoneDescription",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "note",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "referencePaymentType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusReferencePaymentType",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriod",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusStatementPeriod",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "usSourceIncomeRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vatAmount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "withholdingTaxAmount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "worksheetPaymentContractAdvances",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "WorksheetPaymentContractAdvanceList",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusContractAdvancePaidList",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusContractAdvancePaid",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AbacusContractAdvanceStatus",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "approved",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deleted",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "in_review",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "not_qualified",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paid",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pending_payment",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "qualified",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusContractAdvanceUpdateInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "accountId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountPaymentCurrencyCode",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "advanceDescription",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "advanceStatus",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "AbacusContractAdvanceStatus",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "amount",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractAdvanceId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currencyCode",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "exchangeRate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "milestone",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "AbacusContractAdvanceMilestone",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "milestoneDate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "milestoneDescription",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "note",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "referencePaymentTypeId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriodId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "usSourceIncomeRate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vatAmount",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "withholdingTaxAmount",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusContractExclusion",
                "description": null,
                "fields": [
                    {
                        "name": "contractExclusionId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "exclusions",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusContractExclusionSet",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusContractExclusionInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "contractId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countries",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "stores",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusContractExclusionSet",
                "description": null,
                "fields": [
                    {
                        "name": "countries",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "stores",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusContractInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "accountId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractName",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractType",
                        "description": "One of 'distribution', 'legacy_distribution', or 'neighbouring_rights'. Defaults to 'distribution'.",
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "executionDate",
                        "description": "Formatted YYYY-MM-DD.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "generalNote",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "oaContractId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "referencePaymentEntityId",
                        "description": "Used to update parent account payment entity when the account's payment entity does not exist.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "referenceSapProfitCenterId",
                        "description": "To be deprecated in favor of AbacusReferenceSigningEntity.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "referenceSigningEntityId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "runControllerId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "summaryNote",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "termEnd",
                        "description": "Formatted YYYY-MM-DD. To be deprecated.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "termStart",
                        "description": "Formatted YYYY-MM-DD. To be deprecated in favor of AbacusContractLifecycleInput.lifecycleTermStart.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusContractLifecycle",
                "description": null,
                "fields": [
                    {
                        "name": "collectionEnd",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "collectionStart",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contract",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusContract",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractLifecycleId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractLifecycleSchedule",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusContractLifecycleSchedule",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lifecycleStatus",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AbacusContractLifecycleStatus",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lifecycleTermEnd",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lifecycleTermStart",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "renewalEffective",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "terminationEffective",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "terminationNoticeDeadline",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "terminationNoticeReceived",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusContractLifecycleInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "lifecycleTermStart",
                        "description": "Formatted YYYY-MM-DD.",
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusContractLifecycleSchedule",
                "description": null,
                "fields": [
                    {
                        "name": "collectionPeriodDetail",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusContractLifecycleScheduleDetail",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contract",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusContract",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractLifecycleScheduleId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "renewalOffsetDetail",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusContractLifecycleScheduleDetail",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "renewalType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AbacusContractLifecycleScheduleRenewalType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "scheduleEnd",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "terminationNoticeDetail",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusContractLifecycleScheduleDetail",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusContractLifecycleScheduleDetail",
                "description": null,
                "fields": [
                    {
                        "name": "contractLifecycleScheduleDetailId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "periodInterval",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "periodType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AbacusContractLifecycleSchedulePeriodType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusContractLifecycleScheduleInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "collectionPeriodDetailInterval",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "collectionPeriodDetailType",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "AbacusContractLifecycleSchedulePeriodType",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "renewalOffsetDetailInterval",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "renewalOffsetDetailType",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "AbacusContractLifecycleSchedulePeriodType",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "renewalType",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AbacusContractLifecycleScheduleRenewalType",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "scheduleEnd",
                        "description": "Formatted YYYY-MM-DD.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "terminationNoticeDetailInterval",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "terminationNoticeDetailType",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AbacusContractLifecycleSchedulePeriodType",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AbacusContractLifecycleSchedulePeriodType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "DAY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MONTH",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "YEAR",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AbacusContractLifecycleScheduleRenewalType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "CONTINUOUSLY_ACTIVE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "RENEW_AFTER_CERTAIN_DATE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "RENEW_PERIODICALLY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusContractLifecycleScheduleUpdate",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "collectionPeriodDetailInterval",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "collectionPeriodDetailType",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "AbacusContractLifecycleSchedulePeriodType",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractLifecycleScheduleId",
                        "description": "The contractLifecycleScheduleId is optional because the mutation is functionally an upsert.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "renewalOffsetDetailInterval",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "renewalOffsetDetailType",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "AbacusContractLifecycleSchedulePeriodType",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "renewalType",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AbacusContractLifecycleScheduleRenewalType",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "scheduleEnd",
                        "description": "Formatted YYYY-MM-DD.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "terminationNoticeDetailInterval",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "terminationNoticeDetailType",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AbacusContractLifecycleSchedulePeriodType",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AbacusContractLifecycleStatus",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ACTIVE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "INACTIVE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "INIT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "IN_COLLECTION_PERIOD",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TERMINATED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TO_BE_TERMINATED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AbacusContractMechDeductionAdminType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "BOTH",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "BUSINESS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CUSTOMER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AbacusContractMechDeductionMechanicalType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "DIGITAL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PHYSICAL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AbacusContractMechDeductionTerritory",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "CAN",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ROW",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "USA",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusContractMechanicalDeduction",
                "description": null,
                "fields": [
                    {
                        "name": "adminFee",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adminType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AbacusContractMechDeductionAdminType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractMechanicalDeductionId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "mechanicalType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "AbacusContractMechDeductionMechanicalType",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "territory",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AbacusContractMechDeductionTerritory",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusContractMechanicalDeductionCreate",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "adminFee",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adminType",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AbacusContractMechDeductionAdminType",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isWorldWide",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": "false",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "mechanicalType",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "AbacusContractMechDeductionMechanicalType",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "territory",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "AbacusContractMechDeductionTerritory",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusContractMechanicalDeductionUpdate",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "adminFee",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adminType",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "AbacusContractMechDeductionAdminType",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractMechanicalDeductionId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "mechanicalType",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "AbacusContractMechDeductionMechanicalType",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusContractParty",
                "description": null,
                "fields": [
                    {
                        "name": "contractId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractPartyId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractPartyObject",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "UNION",
                            "name": "ContractPartyObject",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "targetId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "targetType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AbacusContractPartyTargetType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusContractPartyInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "contractId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "targetId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "targetType",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AbacusContractPartyTargetType",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusContractPartyResult",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AbacusContractParty",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AbacusContractPartyTargetType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "CONTRIBUTOR",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "LABEL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusContractReserve",
                "description": null,
                "fields": [
                    {
                        "name": "contractId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractReserveId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "installmentsInMonths",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reserveRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reserveReleaseOffsetInMonths",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusContractReserveInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "contractId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "installmentsInMonths",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reserveRate",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reserveReleaseOffsetInMonths",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusContractTerm",
                "description": null,
                "fields": [
                    {
                        "name": "attachments",
                        "description": "List of identifiers of the specified termType.",
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "attachmentsObjects",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "200",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "AttachmentsObjects",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "attachmentsRelations",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusContractTermAttachmentsRelationsSet",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "conditions",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AbacusContractTermCondition",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contract",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusContract",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractTermId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractTermName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractTermSchedules",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "ContractTermSchedules",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isBaseTerm",
                        "description": "Defaults to true.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "termType",
                        "description": "One of 'label', 'track', or 'product'.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusContractTermAndConditionBulkInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "attachments",
                        "description": "List of identifiers of the specified termType.",
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "attachmentsRelations",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "AbacusContractTermAttachmentsRelationsInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractTermConditions",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "INPUT_OBJECT",
                                "name": "AbacusContractTermConditionInput",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isBaseTerm",
                        "description": "Defaults to true.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "termType",
                        "description": "One of 'label', 'track', or 'product'.",
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusContractTermAttachmentsRelationsInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "contributorIds",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelIds",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "upcs",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusContractTermAttachmentsRelationsSet",
                "description": null,
                "fields": [
                    {
                        "name": "contributors",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "NrContributor",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelIds",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "upcs",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusContractTermCondition",
                "description": null,
                "fields": [
                    {
                        "name": "commission",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "conditions",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusContractTermConditionSet",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractTermConditionId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractTermConditionName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractTermId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "priority",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "termRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusContractTermConditionBulkInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "conditionsPayload",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AbacusContractTermConditionInput",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractTermId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusContractTermConditionBulkUpdate",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "conditionsPayload",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AbacusContractTermConditionUpdate",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractTermId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusContractTermConditionInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "commission",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "conditions",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "AbacusContractTermConditionSetInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractTermConditionName",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "priority",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "termRate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusContractTermConditionSet",
                "description": null,
                "fields": [
                    {
                        "name": "countries",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "stores",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transactionTypes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "use transactionTypesV2"
                    },
                    {
                        "name": "transactionTypesV2",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "TransactionType",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusContractTermConditionSetInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "countries",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "stores",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transactionTypes",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusContractTermConditionSoftDelete",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "contractTermConditionId",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusContractTermConditionSoftDeleteResponse",
                "description": "Deprecated: use AbacusSoftDeleteResponse type.",
                "fields": [
                    {
                        "name": "deleted",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusContractTermConditionUpdate",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "commission",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "conditions",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "AbacusContractTermConditionSetInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractTermConditionId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractTermConditionName",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "priority",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "termRate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusContractTermConditionsBulkDelete",
                "description": "Hard delete AbacusContractTerms and AbacusContractTermConditions by parent contractId.",
                "fields": null,
                "inputFields": [
                    {
                        "name": "contractIds",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusContractTermConditionsBulkDeleteResponse",
                "description": null,
                "fields": [
                    {
                        "name": "deleted",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusContractTermInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "attachments",
                        "description": "List of identifiers of the specified termType.",
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "attachmentsRelations",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "AbacusContractTermAttachmentsRelationsInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractTermName",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isBaseTerm",
                        "description": "Defaults to true.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "scheduleIds",
                        "description": "One of 'label', 'track', or 'product'.",
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "termType",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusContractTermSchedule",
                "description": null,
                "fields": [
                    {
                        "name": "contractTermId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractTermScheduleId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "scheduleId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusContractTermUpdate",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "attachments",
                        "description": "List of identifiers of the specified termType.",
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "attachmentsRelations",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "AbacusContractTermAttachmentsRelationsInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractTermId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractTermName",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "scheduleIds",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "termType",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusContractTerminate",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "contractId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "terminationEffective",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "terminationNoticeReceived",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AbacusContractType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "DISTRIBUTION",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "NEIGHBOURING_RIGHTS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusContractUpdate",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "contractId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractName",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "executionDate",
                        "description": "Formatted YYYY-MM-DD.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "generalNote",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "initialStartDate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isExcludedFromAccountingRun",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "referenceSapProfitCenterId",
                        "description": "To be deprecated in favor of AbacusReferenceSigningEntity.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "referenceSigningEntityId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "summaryNote",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "termEnd",
                        "description": "Formatted YYYY-MM-DD. To be deprecated.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "termStart",
                        "description": "Formatted YYYY-MM-DD. To be deprecated in favor of AbacusContractLifecycleInput.lifecycleTermStart.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusContractWithLifecyclesInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "contract",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INPUT_OBJECT",
                                "name": "AbacusContractInput",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lifecycle",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INPUT_OBJECT",
                                "name": "AbacusContractLifecycleInput",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lifecycleSchedules",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "AbacusContractLifecycleScheduleInput",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusContractsList",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusContract",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusDeleteResponse",
                "description": null,
                "fields": [
                    {
                        "name": "deleted",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusDownload",
                "description": null,
                "fields": [
                    {
                        "name": "url",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AbacusDownloadType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ACCOUNTING_RUN_SUMMARY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ACCOUNT_PAYEE_TAX_DETAILS_RECEIPT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ADJUSTMENTS_FILE_ERROR_REPORT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ADJUSTMENTS_FILE_SUMMARY_REPORT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ADJUSTMENTS_TEMPLATE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CUSTOM_REPORT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PAYMENT_GROUP_PAYMENT_APPROVAL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PAYMENT_GROUP_PAYMENT_SUMMARY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "STATEMENT_ATTACHMENT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "VAT_APPLIED_GBR",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "VAT_EXEMPT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusEvent",
                "description": "Abacus Event is used by ABACUS's event-based workflow.\nIt is a polymorphic representation where the targetId and targetType refer to the same table.\nFor example, an event for an accounting run would have a targetType of \"accounting_run\" and\nthe targetId would equal the accountingRunId.",
                "fields": [
                    {
                        "name": "abacusEventId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdBy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "eventDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "eventName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "previousAbacusEventId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rolledBackAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriodId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "targetId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "targetType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusEventCreate",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "eventName",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriodId",
                        "description": "If not specified, will default to the current statementPeriod.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "targetId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "targetType",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusEventsResponse",
                "description": null,
                "fields": [
                    {
                        "name": "abacusEventId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdBy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "eventDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "eventName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rolledBackAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriodId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusExchangeRateItem",
                "description": null,
                "fields": [
                    {
                        "name": "fromCurrencyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriodId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "toCurrencyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusExchangeRateResponseItem",
                "description": null,
                "fields": [
                    {
                        "name": "exchangeRateId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fromCurrencyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "toCurrencyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusExchangeRates",
                "description": null,
                "fields": [
                    {
                        "name": "errors",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rows",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AbacusExchangeRateItem",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusExchangeRatesInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "exchangeRates",
                        "description": "Expected to be a base64 encoded string",
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriodId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusExchangeRatesList",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusExchangeRateResponseItem",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusImportResponse",
                "description": null,
                "fields": [
                    {
                        "name": "imported",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusLedgerAccountContract",
                "description": null,
                "fields": [
                    {
                        "name": "account",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusAccount",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountingPeriod",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusAccountingPeriod",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "amount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contract",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusContract",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currencyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "date",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "endingBalance",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ledgerAccountContractId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "openingBalance",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriod",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusStatementPeriod",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transactionType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusLedgerAccountContractList",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AbacusLedgerAccountContract",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusLedgerAccountContractSearchFilterInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "contractIds",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "eventNames",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriodIds",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusLedgerAccountStatementPeriod",
                "description": null,
                "fields": [
                    {
                        "name": "accountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adjustments",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusLedgerStatementAdjustment",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "advances",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AbacusLedgerContractAdvanceApplied",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "balance",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusLedgerStatementBalance",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currencyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "distributionFee",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "expenses",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusStatementLedgerExpense",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "mechanicalDeductionAdminFeeTotal",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "mechanicalDeductionTotal",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "orderDir",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "ENUM",
                            "name": "OrderDir",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentDetails",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AbacusPaymentDetailStatus",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "payments",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AbacusAccountStatementPeriodPayment",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "physicalReserves",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusLedgerStatementReserves",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementAttachments",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "MoneyhubStatementAttachment",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriod",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusStatementPeriod",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalGrossRevenueAmount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalNetRevenueAmount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vat",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusLedgerStatementVat",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusLedgerAccountingRunBalance",
                "description": null,
                "fields": [
                    {
                        "name": "abacusEventId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountingRun",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusAccountingRun",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountingRunId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adjustedNetRevenue",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contract",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusContract",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currencyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "distributionFee",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ledgerAccountingRunBalanceId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "mechanicalDeductionAdminFeeTotal",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "mechanicalDeductionTotal",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalGrossRevenueAmount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalNetRevenueAmount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusLedgerAccountingRunBalanceList",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusLedgerAccountingRunBalance",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusLedgerAccountingRunVat",
                "description": null,
                "fields": [
                    {
                        "name": "abacusEventId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountingRun",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusAccountingRun",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adjustedNetRevenue",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contract",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusContract",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryOfTaxResidence",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currencyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "distributionFee",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "distributionVat",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "exemptReason",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "grossRevenue",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "grossVat",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ledgerAccountingRunVatId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "netRevenue",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusLedgerAccountingRunVatList",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AbacusLedgerAccountingRunVat",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusLedgerAccountingRunVatOverview",
                "description": null,
                "fields": [
                    {
                        "name": "contractCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryOfTaxResidence",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vatCategory",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusLedgerAdjustment",
                "description": null,
                "fields": [
                    {
                        "name": "accountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "activityStatementPeriod",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusStatementPeriod",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adjustmentAmount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adjustmentCurrencyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adjustmentLedgerStatus",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adjustmentType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "applyToStatementPeriod",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusStatementPeriod",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "details",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusLedgerAdjustmentDetail",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ledgerAdjustmentId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "note",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusLedgerAdjustmentDetail",
                "description": null,
                "fields": [
                    {
                        "name": "accountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "activityStatementPeriodId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "amount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "applyToStatementPeriodId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currencyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "distributionType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ledgerAdjustmentDetailId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "note",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "referenceAdjustmentTypeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "upc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusLedgerAdjustmentList",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusLedgerAdjustment",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusLedgerContractAdvanceApplied",
                "description": null,
                "fields": [
                    {
                        "name": "accountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "advanceAmount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "advanceAmountPayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "advanceCurrencyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "advanceDescription",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "advanceId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "advancePayeeCurrencyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriodId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusLedgerStatementAdjustment",
                "description": null,
                "fields": [
                    {
                        "name": "adjustmentPayeeCurrencyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adjustmentTotalPayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "breakdownItems",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AbacusLedgerStatementAdjustmentBreakdownItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusLedgerStatementAdjustmentBreakdownItem",
                "description": null,
                "fields": [
                    {
                        "name": "adjustmentPayeeCurrencyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adjustmentTotalPayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "referenceAdjustmentTypeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "referenceAdjustmentTypeName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusLedgerStatementBalance",
                "description": null,
                "fields": [
                    {
                        "name": "closingBalance",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currencyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ledgerAmount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "openingBalance",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "payableBalance",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusLedgerStatementReserves",
                "description": null,
                "fields": [
                    {
                        "name": "ledgerReserveReleaseTotal",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ledgerReserveTakenTotal",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ledgerReserveTotal",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusLedgerStatementVat",
                "description": null,
                "fields": [
                    {
                        "name": "accountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "baseAmountPayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "netAmountPayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "payeeCurrencyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriodId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vatAmountPayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusPaymentDetailStatus",
                "description": null,
                "fields": [
                    {
                        "name": "batchStatus",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "closingBalanceAmount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "closingBalanceStatementPeriod",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currencyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "individualPaymentStatus",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastModified",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "payableAmountPostTax",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "payableAmountPreTax",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentStatementPeriodId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxWithholdingAmount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vatAmount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "worksheetAccountContractClosingBalanceId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusPaymentEntityPayoneerProgram",
                "description": null,
                "fields": [
                    {
                        "name": "agreementType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentEntity",
                        "description": "TODO: To be deprecated in favor of referencePaymentEntity.",
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusSigningEntity",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentEntityPayoneerProgramId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "payoneerProgram",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusReferencePayoneerProgram",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "referencePaymentEntity",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusReferencePaymentEntity",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusPaymentEntityPayoneerProgramsList",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusPaymentEntityPayoneerProgram",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusPaymentGroup",
                "description": null,
                "fields": [
                    {
                        "name": "groupCriteria",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusPaymentGroupCriteria",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "groupName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isReusable",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentGroupId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusPaymentGroupCreate",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "groupCriteria",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "AbacusPaymentGroupCriteriaCreate",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "groupName",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isReusable",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentName",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusPaymentGroupCreateResponse",
                "description": null,
                "fields": [
                    {
                        "name": "groupCriteria",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusPaymentGroupCriteria",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "groupName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isReusable",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentGroupId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentGroupPaymentId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusPaymentGroupCriteria",
                "description": null,
                "fields": [
                    {
                        "name": "accountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currencyCodes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentSchedules",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "referencePaymentEntities",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AbacusReferencePaymentEntity",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "signingEntities",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AbacusSigningEntity",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusPaymentGroupCriteriaCreate",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "accountId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currencyCodes",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentSchedules",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "referencePaymentEntities",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "signingEntities",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusPaymentGroupPayment",
                "description": null,
                "fields": [
                    {
                        "name": "abacusEvents",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusEventsResponse",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "actionStates",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusState",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "approvalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Incorrect calculation because of the new approval process and 'event_name' that changed from 'payment_approval' to 'confirm_approval'"
                    },
                    {
                        "name": "createdAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "failedPaymentBatches",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusPaymentGroupPaymentBatchStatus",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "overview",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusPaymentGroupPaymentOverview",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentGroup",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusPaymentGroup",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentGroupPaymentId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentsStatusOverview",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusPaymentGroupPaymentStatusOverview",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "programCurrencyTotals",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusPaymentGroupPaymentProgramTotals",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reports",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusPaymentGroupPaymentReport",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriod",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusStatementPeriod",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusPaymentGroupPaymentAccount",
                "description": null,
                "fields": [
                    {
                        "name": "account",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusAccount",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "actionStates",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AbacusState",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "balanceAfterTax",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "closingBalanceStatementPeriod",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusStatementPeriod",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractsPayable",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AbacusPaymentGroupPaymentAccountContractPayable",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currencyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currentBalance",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currentStatementPeriod",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusStatementPeriod",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastPayment",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastStatementPeriod",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusStatementPeriod",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "note",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentDifference",
                        "description": "Amount difference between the lastPayment and the currentBalance.",
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentErrorCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentGroupPayment",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusPaymentGroupPayment",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentGroupPaymentAccountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentStatus",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "percentDifference",
                        "description": "Percent difference between the lastPayment and the currentBalance.",
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "priorPaymentGroupPayment",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusPaymentGroupPayment",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxWithholding",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vatAmount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusPaymentGroupPaymentAccountContractPayable",
                "description": null,
                "fields": [
                    {
                        "name": "contractId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currencyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currentBalance",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusPaymentGroupPaymentAccounts",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusPaymentGroupPaymentAccount",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusPaymentGroupPaymentBatchStatus",
                "description": null,
                "fields": [
                    {
                        "name": "abacusStateId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "actionStatus",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "batchNum",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "errorMessage",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentGroupPaymentBatchId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentGroupPaymentId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "payoneerProgramId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusPaymentGroupPaymentCreate",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "paymentGroupId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentName",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusPaymentGroupPaymentList",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusPaymentGroupPayment",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusPaymentGroupPaymentOverview",
                "description": null,
                "fields": [
                    {
                        "name": "accountCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currencyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currencyTotal",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentGroupPaymentId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusPaymentGroupPaymentProgramTotals",
                "description": null,
                "fields": [
                    {
                        "name": "accountCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currencyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currencyTotal",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentEntityName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "payoneerProgramId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusPaymentGroupPaymentReport",
                "description": null,
                "fields": [
                    {
                        "name": "originalFilename",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentGroupPaymentId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reportExportUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reportPaymentGroupPaymentId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reportType",
                        "description": "One of 'approval' or 'summary'.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusPaymentGroupPaymentStatusOverview",
                "description": null,
                "fields": [
                    {
                        "name": "numberOfCanceledPayments",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "numberOfFailedPayments",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "numberOfPaymentsFailedWithBatch",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "numberOfPendingPayments",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "numberOfSuccessfulPayments",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentGroupPaymentId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusPaymentGroupPaymentUpdate",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "actionStates",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AbacusStateUpdate",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentGroupPaymentId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusPaymentGroupsList",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AbacusPaymentGroup",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusPaymentHold",
                "description": null,
                "fields": [
                    {
                        "name": "accountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdBy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isOnHold",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentHoldHistory",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AbacusPaymentHoldHistory",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentHoldId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reason",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "startDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusPaymentHoldHistory",
                "description": null,
                "fields": [
                    {
                        "name": "accountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdBy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "endDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isOnHold",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastModified",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastModifiedBy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentHoldHistoryId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentHoldId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reason",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "startDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusPaymentHoldInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "accountId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isOnHold",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reason",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "startDate",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusPaymentMinimum",
                "description": null,
                "fields": [
                    {
                        "name": "checkAmount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currencyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currencyName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentMinimumId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "westernUnionAmount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "wireTransferAmount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusPaymentMinimumUpdate",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "checkAmount",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentMinimumId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "westernUnionAmount",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "wireTransferAmount",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusPaymentMinimums",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusPaymentMinimum",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusReferenceAgreementType",
                "description": null,
                "fields": [
                    {
                        "name": "agreementType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "referenceAgreementTypeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusReferenceMechanicalRate",
                "description": null,
                "fields": [
                    {
                        "name": "baseRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "effectiveStartDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "minuteRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "referenceMechanicalRateId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ringtoneRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusReferenceMechanicalRateList",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AbacusReferenceMechanicalRate",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusReferencePaymentEntity",
                "description": null,
                "fields": [
                    {
                        "name": "countryOfTaxReporting",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryOfTaxResidence",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use countryOfTaxReporting."
                    },
                    {
                        "name": "paymentEntityName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "referencePaymentEntityId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxEligibilityCriteria",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PaymentEntityTaxEligibilityCriteria",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusReferencePaymentEntityList",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AbacusReferencePaymentEntity",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusReferencePaymentType",
                "description": null,
                "fields": [
                    {
                        "name": "isInternal",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "notes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentService",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "referencePaymentTypeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusReferencePaymentTypesList",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AbacusReferencePaymentType",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusReferencePayoneerProgram",
                "description": null,
                "fields": [
                    {
                        "name": "fundingCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "payoneerProgramId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "payoneerProgramName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusReferenceSapProfitCenter",
                "description": null,
                "fields": [
                    {
                        "name": "businessGroup",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "companyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "profitCenter",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "referenceSapProfitCenterId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusReferenceSapProfitCenterList",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AbacusReferenceSapProfitCenter",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusReferenceSigningEntity",
                "description": null,
                "fields": [
                    {
                        "name": "address",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "companyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "companyRegistrationNumber",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "legalName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "referencePaymentEntity",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusReferencePaymentEntity",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "referenceSigningEntityId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vatNumber",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusReferenceSigningEntityList",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AbacusReferenceSigningEntity",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusReferenceTaxWithholding",
                "description": null,
                "fields": [
                    {
                        "name": "countryOfTaxResidence",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryOfWithholding",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isResourceProvisioned",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "referenceTaxWithholdingId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusReferenceTaxWithholdingList",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusReferenceTaxWithholding",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusReferenceVatRate",
                "description": null,
                "fields": [
                    {
                        "name": "countryOfTaxPolicy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryOfTaxResidence",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "effectiveDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isSbaSigned",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isTaxApplicable",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isVatRegisteredInCountryOfTaxPolicy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "referenceVatRateId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transactionType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vatType",
                        "description": "One of 'supplier' or 'client'.",
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusReferenceVatRatesList",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusReferenceVatRate",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusRunController",
                "description": null,
                "fields": [
                    {
                        "name": "contractCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractType",
                        "description": "One of 'distribution', 'legacy_distribution', or 'neighbouring_rights'. Defaults to 'distribution'.",
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "runControllerId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "runControllerName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusRunControllerInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "contractType",
                        "description": "One of 'distribution', 'legacy_distribution', or 'neighbouring_rights'. Defaults to 'distribution'.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "runControllerName",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusRunControllersList",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusRunController",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusSalesFile",
                "description": null,
                "fields": [
                    {
                        "name": "abacusEvents",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusEvent",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountingPeriodId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountingPeriodName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "actionStates",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusState",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "amountUsd",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fileName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "mainUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rowCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "salesFileId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusSalesFileInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "accountingPeriodId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fileName",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusSchedule",
                "description": null,
                "fields": [
                    {
                        "name": "conditions",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusScheduleConditions",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "scheduleAttachments",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "25",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ScheduleAttachmentsResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "scheduleId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "scheduleName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "targetId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "targetType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AbacusScheduleTargetType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AbacusScheduleAttachmentTargetType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "CONTRIBUTION",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusScheduleConditions",
                "description": null,
                "fields": [
                    {
                        "name": "autoAdd",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusScheduleConditionsInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "autoAdd",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AbacusScheduleTargetType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "CONTRIBUTOR",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "UNION",
                "name": "AbacusSetAccountPayeeTaxDetailsMutationResult",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": [
                    {
                        "kind": "OBJECT",
                        "name": "AbacusAccountPayeeTaxDetails",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "AbacusAccountPayeeTaxDetailsInputError",
                        "ofType": null
                    }
                ]
            },
            {
                "kind": "OBJECT",
                "name": "AbacusSigningEntity",
                "description": "The name SigningEntity is set to be deprecated in favor of PaymentEntity.",
                "fields": [
                    {
                        "name": "address",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryOfTaxResidence",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "legalName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentEntityPayoneerPrograms",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusPaymentEntityPayoneerProgram",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sapId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "signingEntityId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "signingEntityName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxEligibilityCriteria",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PaymentEntityTaxEligibilityCriteria",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vatNumber",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusSoftDeleteResponse",
                "description": null,
                "fields": [
                    {
                        "name": "deleted",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusState",
                "description": null,
                "fields": [
                    {
                        "name": "abacusStateId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "actionName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "actionStatus",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdBy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdByIdentity",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Identity",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastModified",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastModifiedBy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastModifiedByIdentity",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Identity",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "message",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "parentTableId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "parentTableName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusStateUpdate",
                "description": "Abacus State is used as a state machine to track the actions and statuses of various ABACUS types.\nIt is a polymorphic representation where the parentTableId and parentTableName refer to the same table.\nFor example, a state for an accounting period would have a parentTableName of \"accounting_period\" and\nthe parentTableId would equal the accountingPeriodId.",
                "fields": null,
                "inputFields": [
                    {
                        "name": "abacusStateId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "actionStatus",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "message",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusStatementLedgerExpense",
                "description": null,
                "fields": [
                    {
                        "name": "amount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "breakdownItems",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AbacusLedgerStatementAdjustmentBreakdownItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currencyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusStatementPeriod",
                "description": null,
                "fields": [
                    {
                        "name": "abacusEvents",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusEventsResponse",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "actionStates",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusState",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "closedBy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "closedDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "exchangeRatesDelivered",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentEntities",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AbacusStatementPeriodPaymentEntity",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriodAdjustmentFiles",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AbacusStatementPeriodAdjustmentFile",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriodId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriodName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriodStatus",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusStatementPeriodAdjustmentFile",
                "description": null,
                "fields": [
                    {
                        "name": "actionStates",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusState",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "errorType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "ENUM",
                            "name": "AbacusStatementPeriodAdjustmentFileErrorType",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fileName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "invalidFileLocation",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "invalidRowCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "md5sum",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriodAdjustmentFileId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriodId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalFileAmountMulticurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalRoundedAmountMulticurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "validFileLocation",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "validRowCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AbacusStatementPeriodAdjustmentFileErrorType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "CONTENT_ERROR",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FORMAT_ERROR",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusStatementPeriodAdjustmentFileInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "errorType",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "AbacusStatementPeriodAdjustmentFileErrorType",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fileName",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "invalidFileLocation",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "invalidRowCount",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "md5sum",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriodId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalFileAmountMulticurrency",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalRoundedAmountMulticurrency",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "validFileLocation",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "validRowCount",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusStatementPeriodAdjustmentFileItem",
                "description": null,
                "fields": [
                    {
                        "name": "actionStates",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AbacusState",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "appliedBy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "appliedByIdentity",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Identity",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "approvedBy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "approvedByIdentity",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Identity",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdBy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdByIdentity",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Identity",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "dateApplied",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "dateApproved",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fileName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriod",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusStatementPeriod",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriodAdjustmentFileId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriodId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalRoundedAmountMulticurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "validRowCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusStatementPeriodAdjustmentFileItems",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AbacusStatementPeriodAdjustmentFileItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusStatementPeriodAdjustmentFileSearchFilterInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "createdBy",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fileName",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriodId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusStatementPeriodAdjustmentFileUpdate",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "errorType",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "AbacusStatementPeriodAdjustmentFileErrorType",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fileName",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "invalidFileLocation",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "invalidRowCount",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "md5sum",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriodAdjustmentFileId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriodId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalFileAmountMulticurrency",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalRoundedAmountMulticurrency",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "validFileLocation",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "validRowCount",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "UNION",
                "name": "AbacusStatementPeriodAdjustmentFileUser",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": [
                    {
                        "kind": "OBJECT",
                        "name": "AbacusAdjustmentFileNonIdentityUser",
                        "ofType": null
                    },
                    { "kind": "OBJECT", "name": "Identity", "ofType": null }
                ]
            },
            {
                "kind": "OBJECT",
                "name": "AbacusStatementPeriodAdjustmentFileUserList",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "UNION",
                                        "name": "AbacusStatementPeriodAdjustmentFileUser",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusStatementPeriodAdjustmentFilesList",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusStatementPeriodAdjustmentFile",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AbacusStatementPeriodInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "statementPeriodId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusStatementPeriodPaymentEntity",
                "description": null,
                "fields": [
                    {
                        "name": "actionStates",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AbacusState",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isVisibleToCustomer",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentEntity",
                        "description": "TODO: To be deprecated in favor of referencePaymentEntity.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusSigningEntity",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pendingAdjustments",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PendingAdjustmentsList",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "referencePaymentEntity",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusReferencePaymentEntity",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriodId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriodPaymentEntityId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusStatementPeriods",
                "description": null,
                "fields": [
                    {
                        "name": "recentPeriods",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AbacusStatementPeriod",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "upcomingPeriods",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AbacusStatementPeriod",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusStatementPeriodsList",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AbacusStatementPeriod",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusUpdateResponse",
                "description": null,
                "fields": [
                    {
                        "name": "updated",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusUploadCredentials",
                "description": null,
                "fields": [
                    {
                        "name": "accessKeyId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "expiration",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "secretAccessKey",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sessionToken",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusUploadToken",
                "description": null,
                "fields": [
                    {
                        "name": "bucket",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "credentials",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusUploadCredentials",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "filename",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AbacusUploadType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ADJUSTMENTS_FILE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PAYMENT_GROUP_PAYMENT_APPROVAL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusWorksheetAdjustment",
                "description": null,
                "fields": [
                    {
                        "name": "account",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusAccount",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "activityStatementPeriod",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusStatementPeriod",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adjustmentAmount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adjustmentCurrencyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "applyToStatementPeriod",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusStatementPeriod",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contract",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusContract",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "details",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "100",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusWorksheetAdjustmentDetails",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "internalNote",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "note",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "referenceAdjustmentType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ReferenceAdjustmentType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriodAdjustmentFile",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusStatementPeriodAdjustmentFile",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "worksheetAdjustmentId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusWorksheetAdjustmentAndDetail",
                "description": null,
                "fields": [
                    {
                        "name": "account",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusAccount",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "activityStatementPeriod",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusStatementPeriod",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adjustmentAmount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adjustmentCurrencyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "applyToStatementPeriod",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusStatementPeriod",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contract",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusContract",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "distributionType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "internalNote",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "note",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "referenceAdjustmentType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ReferenceAdjustmentType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriodAdjustmentFile",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusStatementPeriodAdjustmentFile",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "upc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "worksheetAdjustmentDetailId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "worksheetAdjustmentId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusWorksheetAdjustmentDetail",
                "description": null,
                "fields": [
                    {
                        "name": "account",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusAccount",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "activityStatementPeriod",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusStatementPeriod",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "amount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "applyToStatementPeriod",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusStatementPeriod",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contract",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusContract",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currencyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "distributionType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "internalNote",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "note",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "referenceAdjustmentType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ReferenceAdjustmentType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriodAdjustmentFile",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusStatementPeriodAdjustmentFile",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "upc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "worksheetAdjustment",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusWorksheetAdjustment",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "worksheetAdjustmentDetailId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusWorksheetAdjustmentDetails",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusWorksheetAdjustmentDetail",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusWorksheetAdjustments",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusWorksheetAdjustment",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AbacusWorksheetAdjustmentsAndDetails",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AbacusWorksheetAdjustmentAndDetail",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Account",
                "description": null,
                "fields": [
                    {
                        "name": "features",
                        "description": "regex has now been deprecated, use prefix instead",
                        "args": [
                            {
                                "name": "prefix",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "regex",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Feature",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "profiles",
                        "description": null,
                        "args": [
                            {
                                "name": "profileTypes",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "ProfileType",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Profile",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AccountDemographics",
                "description": null,
                "fields": [
                    {
                        "name": "accountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "demographics",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Demographic",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sources",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Store",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INTERFACE",
                "name": "AccountPayeeTaxFormInfo",
                "description": null,
                "fields": [
                    {
                        "name": "expirationDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastModified",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "signedDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxFormType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": [
                    {
                        "kind": "OBJECT",
                        "name": "GenericTaxFormDetails",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "USTaxFormW8BENDetails",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "USTaxFormW8BENEDetails",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "USTaxFormW8ECIDetails",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "USTaxFormW8IMYDetails",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "USTaxFormW9Details",
                        "ofType": null
                    }
                ]
            },
            {
                "kind": "OBJECT",
                "name": "AccountResults",
                "description": null,
                "fields": [
                    {
                        "name": "accounts",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INTERFACE",
                                        "name": "Label",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelsCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccountsCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AccountSearchFilter",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "labelType",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "LabelType",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "searchTerm",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INTERFACE",
                "name": "AccountSearchItem",
                "description": null,
                "fields": [
                    {
                        "name": "companyBrandUUID",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isDeleted",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelType",
                        "description": "labelType is Subaccount or Vendor.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "LabelType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "uuid",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": [
                    {
                        "kind": "OBJECT",
                        "name": "SubaccountSearchItem",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "VendorSearchItem",
                        "ofType": null
                    }
                ]
            },
            {
                "kind": "OBJECT",
                "name": "AccountSearchResult",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AccountSearchResultScoredItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": "Total count of items in the search result, regardless of pagination.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AccountSearchResultScoredItem",
                "description": null,
                "fields": [
                    {
                        "name": "item",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INTERFACE",
                                "name": "AccountSearchItem",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "score",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AccountStatementPeriod",
                "description": null,
                "fields": [
                    {
                        "name": "statementPeriodId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriodName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriodStatus",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AccountSummary",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INTERFACE",
                                        "name": "AccountSummaryItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AccountSummaryArtistItem",
                "description": null,
                "fields": [
                    {
                        "name": "albumDownloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "albumDownloadsEndDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "albumDownloadsStartDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalParticipant",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalParticipant",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saves",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skipRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skips",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamEndDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamStartDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackDownloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackDownloadsEndDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackDownloadsStartDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "AccountSummaryItem",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AccountSummaryGenericItem",
                "description": null,
                "fields": [
                    {
                        "name": "albumDownloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "albumDownloadsEndDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "albumDownloadsStartDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saves",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skipRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skips",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamEndDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamStartDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackDownloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackDownloadsEndDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackDownloadsStartDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "AccountSummaryItem",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INTERFACE",
                "name": "AccountSummaryItem",
                "description": null,
                "fields": [
                    {
                        "name": "albumDownloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "albumDownloadsEndDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "albumDownloadsStartDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saves",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skipRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skips",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamEndDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamStartDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackDownloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackDownloadsEndDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackDownloadsStartDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": [
                    {
                        "kind": "OBJECT",
                        "name": "AccountSummaryArtistItem",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "AccountSummaryGenericItem",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "AccountSummaryProductItem",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "AccountSummaryProjectItem",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "AccountSummarySoundRecordingFamilyItem",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "AccountSummarySubaccountItem",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "AccountSummaryTrackItem",
                        "ofType": null
                    }
                ]
            },
            {
                "kind": "OBJECT",
                "name": "AccountSummaryProductItem",
                "description": null,
                "fields": [
                    {
                        "name": "albumDownloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "albumDownloadsEndDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "albumDownloadsStartDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "product",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Product",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saves",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skipRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skips",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamEndDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamStartDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackDownloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackDownloadsEndDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackDownloadsStartDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "AccountSummaryItem",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AccountSummaryProjectItem",
                "description": null,
                "fields": [
                    {
                        "name": "albumDownloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "albumDownloadsEndDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "albumDownloadsStartDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "project",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Project",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saves",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skipRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skips",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamEndDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamStartDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackDownloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackDownloadsEndDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackDownloadsStartDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "AccountSummaryItem",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AccountSummarySoundRecordingFamilyItem",
                "description": null,
                "fields": [
                    {
                        "name": "albumDownloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "albumDownloadsEndDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "albumDownloadsStartDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saves",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skipRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skips",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "soundRecordingFamily",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalSoundRecordingFamily",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamEndDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamStartDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackDownloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackDownloadsEndDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackDownloadsStartDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "AccountSummaryItem",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AccountSummarySubaccountItem",
                "description": null,
                "fields": [
                    {
                        "name": "albumDownloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "albumDownloadsEndDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "albumDownloadsStartDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saves",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skipRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skips",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamEndDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamStartDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Subaccount",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackDownloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackDownloadsEndDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackDownloadsStartDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "AccountSummaryItem",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AccountSummaryTrackItem",
                "description": null,
                "fields": [
                    {
                        "name": "albumDownloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "albumDownloadsEndDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "albumDownloadsStartDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalSoundRecording",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalSoundRecording",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saves",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skipRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skips",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamEndDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamStartDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackDownloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackDownloadsEndDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackDownloadsStartDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "AccountSummaryItem",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AccountSummaryType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "COUNTRY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "IMPRINT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PARTICIPANT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PRODUCT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PROJECT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SOS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SOUND_RECORDING_FAMILY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "STORE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SUBACCOUNT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SUBSCRIPTION",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TOTAL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TRACK",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AccountTimeseries",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AccountTimeseriesItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AccountTimeseriesItem",
                "description": null,
                "fields": [
                    {
                        "name": "date",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "downloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saves",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skipRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skips",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AccountTimeseriesType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ACCOUNT_ALBUM_DOWNLOADS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ACCOUNT_ALBUM_DOWNLOADS_BY_COUNTRY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ACCOUNT_ALBUM_DOWNLOADS_BY_IMPRINT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ACCOUNT_ALBUM_DOWNLOADS_BY_PARTICIPANT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ACCOUNT_ALBUM_DOWNLOADS_BY_PRODUCT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ACCOUNT_ALBUM_DOWNLOADS_BY_PROJECT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ACCOUNT_ALBUM_DOWNLOADS_BY_STORE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ACCOUNT_ALBUM_DOWNLOADS_BY_SUBACCOUNT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ACCOUNT_STREAMS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ACCOUNT_STREAMS_BY_COUNTRY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ACCOUNT_STREAMS_BY_IMPRINT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ACCOUNT_STREAMS_BY_PARTICIPANT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ACCOUNT_STREAMS_BY_PRODUCT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ACCOUNT_STREAMS_BY_PROJECT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ACCOUNT_STREAMS_BY_SOS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ACCOUNT_STREAMS_BY_SOUND_RECORDING_FAMILY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ACCOUNT_STREAMS_BY_STORE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ACCOUNT_STREAMS_BY_SUBACCOUNT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ACCOUNT_STREAMS_BY_SUBSCRIPTION",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ACCOUNT_STREAMS_BY_TRACK",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ACCOUNT_TRACK_DOWNLOADS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ACCOUNT_TRACK_DOWNLOADS_BY_COUNTRY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ACCOUNT_TRACK_DOWNLOADS_BY_IMPRINT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ACCOUNT_TRACK_DOWNLOADS_BY_PARTICIPANT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ACCOUNT_TRACK_DOWNLOADS_BY_PRODUCT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ACCOUNT_TRACK_DOWNLOADS_BY_PROJECT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ACCOUNT_TRACK_DOWNLOADS_BY_SOUND_RECORDING_FAMILY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ACCOUNT_TRACK_DOWNLOADS_BY_STORE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ACCOUNT_TRACK_DOWNLOADS_BY_SUBACCOUNT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ACCOUNT_TRACK_DOWNLOADS_BY_TRACK",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AccountTopContent",
                "description": null,
                "fields": [
                    {
                        "name": "topNArtists",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TopNAccountGlobalParticipantItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "topNCountries",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TopNAccountCountryItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "topNProducts",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TopNAccountGlobalProductItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "topNSongs",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TopNAccountGlobalSoundRecordingItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "topNStores",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TopNAccountStoreItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AccountTopContentType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "DOWNLOADS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "STREAMS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AccountVideoViewsByArtistSummaryItem",
                "description": null,
                "fields": [
                    {
                        "name": "globalParticipant",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GlobalParticipant",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "AccountVideoViewsSummaryItem",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AccountVideoViewsByArtistTimeseriesItem",
                "description": null,
                "fields": [
                    {
                        "name": "date",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalParticipant",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalParticipant",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "AccountVideoViewsTimeseriesItem",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AccountVideoViewsByCountrySummaryItem",
                "description": null,
                "fields": [
                    {
                        "name": "countryCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "AccountVideoViewsSummaryItem",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AccountVideoViewsByCountryTimeseriesItem",
                "description": null,
                "fields": [
                    {
                        "name": "countryCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "date",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "AccountVideoViewsTimeseriesItem",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AccountVideoViewsBySubaccountSummaryItem",
                "description": null,
                "fields": [
                    {
                        "name": "subaccount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Subaccount",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "AccountVideoViewsSummaryItem",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AccountVideoViewsBySubaccountTimeseriesItem",
                "description": null,
                "fields": [
                    {
                        "name": "date",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Subaccount",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "AccountVideoViewsTimeseriesItem",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AccountVideoViewsByTrackFamilySummaryItem",
                "description": null,
                "fields": [
                    {
                        "name": "globalSoundRecording",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalSoundRecording",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productFamily",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "ProductFamily",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "AccountVideoViewsSummaryItem",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AccountVideoViewsByTrackFamilyTimeseriesItem",
                "description": null,
                "fields": [
                    {
                        "name": "date",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalSoundRecording",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalSoundRecording",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productFamily",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "ProductFamily",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "AccountVideoViewsTimeseriesItem",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AccountVideoViewsByTrackSummaryItem",
                "description": null,
                "fields": [
                    {
                        "name": "globalSoundRecording",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalSoundRecording",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "AccountVideoViewsSummaryItem",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AccountVideoViewsByTrackTimeseriesItem",
                "description": null,
                "fields": [
                    {
                        "name": "date",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalSoundRecording",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalSoundRecording",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "AccountVideoViewsTimeseriesItem",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AccountVideoViewsByVideoSummaryItem",
                "description": null,
                "fields": [
                    {
                        "name": "video",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Video",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "AccountVideoViewsSummaryItem",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AccountVideoViewsByVideoTimeseriesItem",
                "description": null,
                "fields": [
                    {
                        "name": "date",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "video",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Video",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "AccountVideoViewsTimeseriesItem",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AccountVideoViewsOthersSummaryItem",
                "description": null,
                "fields": [
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "AccountVideoViewsSummaryItem",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AccountVideoViewsOthersTimeseriesItem",
                "description": null,
                "fields": [
                    {
                        "name": "date",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "AccountVideoViewsTimeseriesItem",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AccountVideoViewsQueryType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "COUNTRY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PARTICIPANT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SUBACCOUNT",
                        "description": null,
                        "isDeprecated": true,
                        "deprecationReason": "Currently not supported."
                    },
                    {
                        "name": "TOTAL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TRACK",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TRACK_FAMILY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "VIDEO",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AccountVideoViewsSummary",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INTERFACE",
                                        "name": "AccountVideoViewsSummaryItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INTERFACE",
                "name": "AccountVideoViewsSummaryItem",
                "description": null,
                "fields": [
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": [
                    {
                        "kind": "OBJECT",
                        "name": "AccountVideoViewsByArtistSummaryItem",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "AccountVideoViewsByCountrySummaryItem",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "AccountVideoViewsBySubaccountSummaryItem",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "AccountVideoViewsByTrackFamilySummaryItem",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "AccountVideoViewsByTrackSummaryItem",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "AccountVideoViewsByVideoSummaryItem",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "AccountVideoViewsOthersSummaryItem",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "AccountVideoViewsTotalSummaryItem",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "AccountVideoViewsUnknownSummaryItem",
                        "ofType": null
                    }
                ]
            },
            {
                "kind": "OBJECT",
                "name": "AccountVideoViewsTimeseries",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INTERFACE",
                                        "name": "AccountVideoViewsTimeseriesItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INTERFACE",
                "name": "AccountVideoViewsTimeseriesItem",
                "description": null,
                "fields": [
                    {
                        "name": "date",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": [
                    {
                        "kind": "OBJECT",
                        "name": "AccountVideoViewsByArtistTimeseriesItem",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "AccountVideoViewsByCountryTimeseriesItem",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "AccountVideoViewsBySubaccountTimeseriesItem",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "AccountVideoViewsByTrackFamilyTimeseriesItem",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "AccountVideoViewsByTrackTimeseriesItem",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "AccountVideoViewsByVideoTimeseriesItem",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "AccountVideoViewsOthersTimeseriesItem",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "AccountVideoViewsTotalTimeseriesItem",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "AccountVideoViewsUnknownTimeseriesItem",
                        "ofType": null
                    }
                ]
            },
            {
                "kind": "OBJECT",
                "name": "AccountVideoViewsTotalSummaryItem",
                "description": null,
                "fields": [
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "AccountVideoViewsSummaryItem",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AccountVideoViewsTotalTimeseriesItem",
                "description": null,
                "fields": [
                    {
                        "name": "date",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "AccountVideoViewsTimeseriesItem",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AccountVideoViewsUnknownSummaryItem",
                "description": null,
                "fields": [
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "AccountVideoViewsSummaryItem",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AccountVideoViewsUnknownTimeseriesItem",
                "description": null,
                "fields": [
                    {
                        "name": "date",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "AccountVideoViewsTimeseriesItem",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AccountingPeriod",
                "description": null,
                "fields": [
                    {
                        "name": "firstPeriodId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastPeriodId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "month",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "periodType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AccountingPeriodType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "quarter",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "year",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AccountingPeriodType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "MONTH",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "QUARTER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AdAccountLabelPair",
                "description": null,
                "fields": [
                    {
                        "name": "adAccountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "label",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INTERFACE",
                                "name": "Label",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AdAccountLabelPairInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "adAccountId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccountId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AdRead",
                "description": null,
                "fields": [
                    {
                        "name": "adReadUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "advertisement",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PodcastAdvertisement",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "advertisementId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "assignee",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PodcastUser",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "assignees",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PodcastUser",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "audioOriginalFilename",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "audioUpdatedDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "campaign",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PodcastCampaign",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "campaignId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "commentsCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "copyFilename",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "copyUpdatedDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "copyUrlPath",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "dueDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "order",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PodcastCampaignOrder",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "orderId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rejectionReason",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reporter",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PodcastUser",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "requiresApproval",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rollType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AdReadStatus",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "title",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AdReadComment",
                "description": null,
                "fields": [
                    {
                        "name": "adReadId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "comment",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdBy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PodcastUser",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updatedDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AdReadCommentResults",
                "description": null,
                "fields": [
                    {
                        "name": "comments",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AdReadComment",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AdReadResults",
                "description": null,
                "fields": [
                    {
                        "name": "adReads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AdRead",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AdReadStatus",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "COMPLETED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "NEW",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "REJECTED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SUBMITTED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AdReportingActionType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "CLICKS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "EAR",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FOLLOWS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ORDERS_PLACED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PURCHASES",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "REACH",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "VIEWS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AdReportingAd",
                "description": null,
                "fields": [
                    {
                        "name": "accountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accounts",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INTERFACE",
                                    "name": "Label",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "actionType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AdReportingActionType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "actions",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adSetId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adSetName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "artistBenchmark",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "benchmark",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "budget",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "budgetType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AdReportingBudgetType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "campaignId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "campaignName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "clicks",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "costPerAction",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "costPerActionUSD",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "creativeThumbnail",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "creativeType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "ENUM",
                            "name": "AdReportingCreativeType",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "creativeUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "effectiveStatus",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AdReportingAdEffectiveStatus",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "endAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "estimatedAdRecallers",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "follows",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "frequency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalParticipants",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalParticipant",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "impressions",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "likes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "objective",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AdReportingObjective",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "platform",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AdReportingPlatform",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "purchases",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rateType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AdReportingRateType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reach",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reportingUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "spend",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "spendUSD",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "startAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "targetingCountries",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "thumbnailUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "viewsP25",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vsArtistBenchmark",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vsBenchmark",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AdReportingAdEffectiveStatus",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "GOOGLE_ACTIVE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "GOOGLE_DELETED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "GOOGLE_PAUSED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "META_ACTIVE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "META_ADSET_PAUSED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "META_ARCHIVED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "META_CAMPAIGN_PAUSED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "META_DELETED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "META_DISAPPROVED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "META_IN_PROCESS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "META_PAUSED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "META_PENDING_BILLING_INFO",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "META_PENDING_REVIEW",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "META_PREAPPROVED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "META_WITH_ISSUES",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_FROZEN",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADVERTISER_ACCOUNT_PUNISH",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADVERTISER_CONTRACT_PENDING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_AD_STATUS_ADGROUP_ASSET_AUTHORIZATION_LOST",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_AD_STATUS_ADGROUP_AUDIT_DENY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_AD_STATUS_ADGROUP_DELETE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_AD_STATUS_ADGROUP_DISABLE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_AD_STATUS_ADGROUP_INDUSTRY_QUALIFICATION_DENY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_AD_STATUS_ADGROUP_INDUSTRY_QUALIFICATION_EXPIRED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_AD_STATUS_ADGROUP_INDUSTRY_QUALIFICATION_MISSING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_AD_STATUS_ADGROUP_PARTIAL_AUDIT_NO_DELIVERY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_AD_STATUS_ADVERTISER_AUDIT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_AD_STATUS_ADVERTISER_AUDIT_DENY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_AD_STATUS_AD_PRE_ONLINE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_AD_STATUS_AD_QUOTA_LIMIT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_AD_STATUS_ANCHOR_UNAVAILABLE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_AD_STATUS_ASSET_AUTHORIZATION_LOST",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_AD_STATUS_AUDIT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_AD_STATUS_AUDIT_DENY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_AD_STATUS_BALANCE_EXCEED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_AD_STATUS_BUDGET_EXCEED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_AD_STATUS_CAMPAIGN_DELETE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_AD_STATUS_CAMPAIGN_DISABLE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_AD_STATUS_CAMPAIGN_EXCEED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_AD_STATUS_DELETE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_AD_STATUS_DELIVERY_OK",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_AD_STATUS_DISABLE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_AD_STATUS_DONE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_AD_STATUS_LIVE_OFFLINE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_AD_STATUS_MUSIC_AUTHORIZATION_MISSING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_AD_STATUS_NOT_START",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_AD_STATUS_NO_AUTHORIZATION_OF_SHOWCASE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_AD_STATUS_PARTIAL_AUDIT_DELIVERY_OK",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_AD_STATUS_PARTIAL_AUDIT_NO_DELIVERY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_AD_STATUS_PROCESS_AUDIO",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_AD_STATUS_PRODUCT_UNAVAILABLE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_AD_STATUS_PROMOTE_ADGROUP_CLOSED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_AD_STATUS_PROMOTE_AD_OFFLINE_AUDIT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_AD_STATUS_REAUDIT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_AD_STATUS_RF_ADGROUP_CLOSED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_AD_STATUS_TRANSCODING_FAIL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_AD_STAUS_PIXEL_UNBIND",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AdReportingAdGroup",
                "description": null,
                "fields": [
                    {
                        "name": "accounts",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INTERFACE",
                                    "name": "Label",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "actionType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "ENUM",
                            "name": "AdReportingActionType",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "actions",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adSetId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adSetName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "artistBenchmark",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "benchmark",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "campaignId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "campaignName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "clicks",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "costPerActionUSD",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "effectiveStatus",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "ENUM",
                            "name": "AdReportingAdEffectiveStatus",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "endAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "estimatedAdRecallers",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "follows",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "frequency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalParticipants",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalParticipant",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "impressions",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AdReportingAd",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "likes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "objectives",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "AdReportingObjective",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "platforms",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "AdReportingPlatform",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "purchases",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rateType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "ENUM",
                            "name": "AdReportingRateType",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reach",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "spendUSD",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "startAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "targetingCountries",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "thumbnailUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalActionsRatio",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "viewsP25",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vsArtistBenchmark",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vsBenchmark",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AdReportingAdSet",
                "description": null,
                "fields": [
                    {
                        "name": "accountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accounts",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INTERFACE",
                                    "name": "Label",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "actionType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AdReportingActionType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "actions",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "artistBenchmark",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "benchmark",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "budget",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "budgetType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AdReportingBudgetType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "campaignId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "campaignName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "clicks",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "costPerAction",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "costPerActionUSD",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "effectiveStatus",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AdReportingAdSetEffectiveStatus",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "endAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "estimatedAdRecallers",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "follows",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "frequency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalParticipants",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalParticipant",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "impressions",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "likes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "objective",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AdReportingObjective",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "platform",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AdReportingPlatform",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "purchases",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rateType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AdReportingRateType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reach",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reportingUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "spend",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "spendUSD",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "startAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "targetingCountries",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "viewsP25",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vsArtistBenchmark",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vsBenchmark",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AdReportingAdSetEffectiveStatus",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "GOOGLE_ACTIVE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "GOOGLE_DELETED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "GOOGLE_PAUSED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "META_ACTIVE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "META_ARCHIVED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "META_CAMPAIGN_PAUSED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "META_DELETED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "META_IN_PROCESS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "META_PAUSED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "META_WITH_ISSUES",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_ADGROUP_PRE_ONLINE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_ADGROUP_QUOTA_LIMIT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_ADVERTISER_AUDIT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_ADVERTISER_AUDIT_DENY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_ASSET_AUTHORIZATION_LOST",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_AUDIT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_AUDIT_DENY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_BALANCE_EXCEED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_BUDGET_EXCEED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_CAMPAIGN_DELETE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_CAMPAIGN_DISABLE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_CAMPAIGN_EXCEED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_CREATE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_DELETE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_DELIVERY_OK",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_DISABLE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_FROZEN",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_IDENTITY_USED_BY_GMV_MAX_AD",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_INDUSTRY_QUALIFICATION_DENY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_INDUSTRY_QUALIFICATION_EXPIRED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_INDUSTRY_QUALIFICATION_MISSING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_LIVE_NOT_START",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_NOT_START",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_PARTIAL_AUDIT_DELIVERY_OK",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_PARTIAL_AUDIT_NO_DELIVERY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_PIXEL_UNBIND",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_PROMOTE_AD_NOT_APPROVED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_PROMOTE_WITHDRAW_ORDER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_REAUDIT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_REVIEW_PARTIALLY_APPROVED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_RF_ADGROUP_INVALID",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_RF_AD_AUDIT_DENY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_RF_BOOKING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_RF_CLOSED_OTHERS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_RF_DEDUCTION_FAILED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_RF_NO_DELIVERY_CREATIVE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_RF_NO_VALID_CREATIVE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_RF_SCHEDULE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_RF_SHORT_BALANCE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_RF_TERMINATE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_RF_TIME_DONE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_RF_WITHDRAW_ORDER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_SEARCH_KEYWORDS_IN_REVIEW",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_SEARCH_KEYWORDS_NOT_AVAILABLE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_SEARCH_KEYWORDS_PARTIAL_APPROVED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_SHADOW_ADGROUP_REAUDIT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_TIME_DONE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADGROUP_STATUS_TRANSCODING_FAIL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADVERTISER_ACCOUNT_INVALID",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADVERTISER_ACCOUNT_PUNISH",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADVERTISER_CONTRACT_PENDING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AdReportingAdSetsResult",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AdReportingAdSet",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "limit",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "offset",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "summary",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AdReportingSummary",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "total",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AdReportingAdsResult",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AdReportingAd",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "limit",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "offset",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "summary",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AdReportingSummary",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "total",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AdReportingBudgetType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "AD_SET_BUDGET",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CAMPAIGN_BUDGET",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DAILY_BUDGET",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "LIFETIME_BUDGET",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "UNKNOWN",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AdReportingCampaign",
                "description": null,
                "fields": [
                    {
                        "name": "accountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accounts",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INTERFACE",
                                    "name": "Label",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "actionType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AdReportingActionType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "actions",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "artistBenchmark",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "benchmark",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "budget",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "budgetType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AdReportingBudgetType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "clicks",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "costPerAction",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "costPerActionUSD",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "effectiveStatus",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AdReportingCampaignEffectiveStatus",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "endAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "estimatedAdRecallers",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "externalId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "follows",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "frequency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalParticipants",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalParticipant",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "impressions",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isIncludedInReport",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "likes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "objective",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AdReportingObjective",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "platform",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AdReportingPlatform",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "purchases",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rateType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AdReportingRateType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reach",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reportId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reportingUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "spend",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Please, use spendUSD field instead"
                    },
                    {
                        "name": "spendUSD",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "startAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "targetingCountries",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "viewsP25",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vsArtistBenchmark",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vsBenchmark",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AdReportingCampaignEffectiveStatus",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "GOOGLE_ACTIVE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "GOOGLE_DELETED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "GOOGLE_PAUSED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "META_ACTIVE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "META_ARCHIVED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "META_DELETED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "META_IN_PROCESS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "META_PAUSED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "META_WITH_ISSUES",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADVERTISER_ACCOUNT_PUNISH",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_ADVERTISER_CONTRACT_PENDING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_CAMPAIGN_STATUS_ADVERTISER_AUDIT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_CAMPAIGN_STATUS_ADVERTISER_AUDIT_DENY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_CAMPAIGN_STATUS_AWAITING_RELEASE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_CAMPAIGN_STATUS_BUDGET_EXCEED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_CAMPAIGN_STATUS_DELETE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_CAMPAIGN_STATUS_DISABLE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_CAMPAIGN_STATUS_ENABLE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_CAMPAIGN_STATUS_IDENTITY_USED_BY_GMV_MAX_AD",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AdReportingCampaignReport",
                "description": null,
                "fields": [
                    {
                        "name": "hasCampaignIncluded",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reportId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reportName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AdReportingCampaignToplineCountryPerformance",
                "description": null,
                "fields": [
                    {
                        "name": "actionType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AdReportingActionType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "actions",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "artistBenchmark",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "benchmark",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "clicks",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "costPerActionUSD",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "estimatedAdRecallers",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "follows",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "frequency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "impressions",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "likes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "objective",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AdReportingObjective",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "platform",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AdReportingPlatform",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "purchases",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rateType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AdReportingRateType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reach",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "spendUSD",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "viewsP25",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vsArtistBenchmark",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vsBenchmark",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AdReportingCampaignToplinePerformance",
                "description": null,
                "fields": [
                    {
                        "name": "actionType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AdReportingActionType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "actions",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "artistBenchmark",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "benchmark",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "clicks",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "costPerAction",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Please, use costPerActionUSD field instead"
                    },
                    {
                        "name": "costPerActionUSD",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "estimatedAdRecallers",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "follows",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "frequency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "impressions",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "likes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "objective",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AdReportingObjective",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "platform",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AdReportingPlatform",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "purchases",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rateType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AdReportingRateType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reach",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "spend",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Please, use spendUSD field instead"
                    },
                    {
                        "name": "spendUSD",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "viewsP25",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vsArtistBenchmark",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vsBenchmark",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AdReportingCampaignsObjective",
                "description": null,
                "fields": [
                    {
                        "name": "objective",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AdReportingObjective",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "platform",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AdReportingPlatform",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AdReportingCampaignsResult",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AdReportingCampaign",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "limit",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "offset",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "summary",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AdReportingSummary",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "total",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AdReportingCreativeType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "IMAGE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "IMAGE_THUMBNAIL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "INSTAGRAM_POST",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "LINK",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK_POST",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "VIDEO",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "YOUTUBE_VIDEO",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AdReportingNameValue",
                "description": null,
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AdReportingNamesResult",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AdReportingNameValue",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "limit",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "offset",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "total",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AdReportingObjective",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "APP_PROMOTION",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DEMAND_GEN",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DISPLAY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ENGAGEMENT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "LEAD_GENERATION",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "OUTCOME_APP_PROMOTION",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "OUTCOME_AWARENESS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "OUTCOME_ENGAGEMENT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "OUTCOME_LEADS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "OUTCOME_SALES",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "OUTCOME_TRAFFIC",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PRODUCT_SALES",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "REACH",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SEARCH",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TRAFFIC",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "VIDEO",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "VIDEO_VIEWS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "WEB_CONVERSIONS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AdReportingPlatform",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "GOOGLE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "META",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AdReportingRateType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "CR",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CTR",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "EARR",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FR",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FREQUENCY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "VTR",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AdReportingReport",
                "description": null,
                "fields": [
                    {
                        "name": "createdAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdBy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Identity",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updatedAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AdReportingReportGroupedAdsResult",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AdReportingAdGroup",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "limit",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "offset",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "summary",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AdReportingSummary",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "total",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AdReportingReportOverview",
                "description": null,
                "fields": [
                    {
                        "name": "campaignsCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "clicks",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdBy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Identity",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "endAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "impressions",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "spend",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "spendUSD",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "startAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "toplineCountryPerformance",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AdReportingCampaignToplineCountryPerformance",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "toplinePerformance",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AdReportingCampaignToplinePerformance",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "viewsP25",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AdReportingReportView",
                "description": null,
                "fields": [
                    {
                        "name": "clicks",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdBy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Identity",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "endAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalParticipants",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalParticipant",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "impressions",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "spend",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Please, use spendUSD field instead"
                    },
                    {
                        "name": "spendUSD",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "startAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "viewsP25",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AdReportingReportsResult",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AdReportingReportView",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "limit",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "offset",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "total",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AdReportingSummary",
                "description": null,
                "fields": [
                    {
                        "name": "actionType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "ENUM",
                            "name": "AdReportingActionType",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "actions",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "budget",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "budgetType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "ENUM",
                            "name": "AdReportingBudgetType",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "clicks",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "costPerActionUSD",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "estimatedAdRecallers",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "follows",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "frequency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "impressions",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "likes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "purchases",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rateType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "ENUM",
                            "name": "AdReportingRateType",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reach",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "spendUSD",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "total",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "viewsP25",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AddReportsToRoyaltiesInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "reportIds",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AdminTenantType",
                "description": "AdminTenantType describes the tenant type and count that the given admin can administer.",
                "fields": [
                    {
                        "name": "tenantCount",
                        "description": "tenantCount determines whether or not the given admin can administer 0, 1 or >1 of the corresponding tenant type.\ntenantCount is not a reflection of the exact count of tenants the admin can administer.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tenantType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "TenantType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Aggregate",
                "description": null,
                "fields": [
                    {
                        "name": "allTime",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AggregateStreams",
                "description": null,
                "fields": [
                    {
                        "name": "allTime",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "growthPercentage7Days",
                        "description": "DeltaGrowth.value not populated for Analytics.aggregateStreams",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "DeltaGrowth",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AggregatedParticipantSocialStatV2",
                "description": null,
                "fields": [
                    {
                        "name": "followers",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "monthlyListeners",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "popularity",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AggregatedSocialAccountStat",
                "description": null,
                "fields": [
                    {
                        "name": "followers",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "followersWeeklyDelta",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "followersWeeklyGrowth",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "monthlyListeners",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "popularity",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AggregatedSocialAccountStatV2",
                "description": null,
                "fields": [
                    {
                        "name": "fanConversionPercentage",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "followers",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "monthlyListeners",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pendingUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "platform",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "popularity",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "url",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AggregatedStreams",
                "description": null,
                "fields": [
                    {
                        "name": "byDimension",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AggregatedStreamsByDimension",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AggregatedStreamsByCountryItem",
                "description": null,
                "fields": [
                    {
                        "name": "countryCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "StreamsAggregate",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AggregatedStreamsByDimension",
                "description": null,
                "fields": [
                    {
                        "name": "allOtherAggregates",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "StreamsAggregate",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "allOtherTimeseries",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "StreamsTimeseriesItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "topNAggregates",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "StreamsAggregateById",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "topNTimeseries",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "StreamsTimeseriesById",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "total",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "StreamsAggregate",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalTimeseries",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "StreamsTimeseriesItem",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AggregatedSummary",
                "description": null,
                "fields": [
                    {
                        "name": "aggregatedSummaryByCountry",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AggregatedSummaryByCountry",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "aggregatedSummaryBySOS",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AggregatedSummaryBySOS",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "aggregatedSummaryByStore",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AggregatedSummaryByStore",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AggregatedSummaryByCountry",
                "description": null,
                "fields": [
                    {
                        "name": "allOtherCountriesStreams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "StreamsAggregate",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "topNCountriesStreams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AggregatedStreamsByCountryItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AggregatedSummaryBySOS",
                "description": null,
                "fields": [
                    {
                        "name": "allSourcesStreams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AggregatedSummaryBySOSItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AggregatedSummaryBySOSItem",
                "description": null,
                "fields": [
                    {
                        "name": "source",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "StreamsAggregate",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AggregatedSummaryByStore",
                "description": null,
                "fields": [
                    {
                        "name": "allStoresStreams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AggregatedSummaryByStoreItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AggregatedSummaryByStoreItem",
                "description": null,
                "fields": [
                    {
                        "name": "store",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Store",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "StreamsAggregate",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AllProductSearchQueryType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "EXACT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AllTimeChannelAnalytics",
                "description": null,
                "fields": [
                    {
                        "name": "data",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ChannelAnalyticsData",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sources",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Store",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AllTimeVideoAnalytics",
                "description": null,
                "fields": [
                    {
                        "name": "data",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "VideoAnalyticsData",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sources",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Store",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AnalyticFeed",
                "description": null,
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "store",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Store",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AnalyticFeedStatusesResult",
                "description": null,
                "fields": [
                    {
                        "name": "analyticHighWaterMark",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AnalyticHighWaterMark",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "feedStatus",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FeedStatus",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AnalyticHighWaterMark",
                "description": null,
                "fields": [
                    {
                        "name": "distributor",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "Distributor",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "highWaterMark",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "type",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "HighWaterMarkType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AnalyticsCheck",
                "description": null,
                "fields": [
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AnalyticsDataAvailability",
                "description": null,
                "fields": [
                    {
                        "name": "downloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "videos",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AnalyticsFeed",
                "description": null,
                "fields": [
                    {
                        "name": "distributors",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "error",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "FeedError",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storeid",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storename",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AppConnectionStatus",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "CONNECTED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DELETED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ERROR",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "NOT_CONNECTED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PENDING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SYNCING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SYNCING_INITIAL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "WAITING_FOR_PROCESSING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Application",
                "description": "Application describes an Identity's access to appropriate applications with roles for them.\n\nAn Identity can have multiple applications with different roles.",
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "ApplicationType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "roles",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "Role",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updatedBy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updatedOn",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "url",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ApplicationGroup",
                "description": "ApplicationGroup describes a group of applications that Tenant has access to.\nApplicationGroup is part of the new generation of schema that represents applications and roles.\nApplicationGroup.applications is a field that can be added for managing the applications that are part of the group.",
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "ApplicationType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ABACUS_APP",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ACCOUNT360_APP",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "AUDIENCE_DEVELOPMENT_APP",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "COLLABORATORS_APP",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CONTENT_APP",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DISTRIBUTION_SUITE_APP",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DOCUMENTS_APP",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "HELP_CENTER_APP",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "INSIGHTS_APP",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MONEYHUB_APP",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ORCHADMIN_APP",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ORCHARDGO_APP",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PODCASTS_APP",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PUBLISHING_APP",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SETTINGS_APP",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SONGWHIP_APP",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "WORKSTATION_APP",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ApplicationV2",
                "description": "ApplicationV2 describes a new application schema that includes the group and roles that Tenant has access to.\nApplicationV2 is part of the new generation of schema that represents applications and roles.\nApplicationV2.roles is a field that can be added for managing the application's definition of roles.",
                "fields": [
                    {
                        "name": "group",
                        "description": "applicationGroup returns the group that the application is part of.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ApplicationGroup",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": "id is the unique identifier for the application.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "ApproveProductInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "productId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ApproveResponse",
                "description": null,
                "fields": [
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "ApproveVideoSingleProductInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "approvalType",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "VideoSingleProductApprovalType",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "bypassValidation",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rejectionReason",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Artist",
                "description": null,
                "fields": [
                    {
                        "name": "artistId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "artistInfoId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "artistName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "artistType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "ArtistDataType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ACQUISITION_CHANNEL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ACQUISITION_COUNTRY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FAN_SEGMENT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "HEAVY_ROTATION",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ArtistInfo",
                "description": null,
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AssetFinal",
                "description": null,
                "fields": [
                    {
                        "name": "assetSubtype",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "assetType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "duration",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "filename",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "url",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AssetInfo",
                "description": "Represents Asset information from the Asset V1 productTrack route",
                "fields": [
                    {
                        "name": "assetType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "correction",
                        "description": "If there is a pending correction, this field represents the pending correction asset, and the parent field represents the current non-corrected asset. A correction asset cannot have a correction.",
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AssetInfo",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "filename",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "originalFilename",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": "Represents the status of an asset. This can be null if an upload token has been generated but no upload has started processing.",
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackUniqueId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AssetInfoInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "assetType",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "filename",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isCorrection",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "originalFilename",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "token",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackUniqueId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "upc",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AssetStatus",
                "description": "Represents an Asset status result from the Asset V2 status route",
                "fields": [
                    {
                        "name": "message",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AssetStatusMessage",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AssetStatusMessage",
                "description": null,
                "fields": [
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AssetTranscoderStatus",
                "description": null,
                "fields": [
                    {
                        "name": "assets",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AssetFinal",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "errors",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AssetUploadCredentials",
                "description": null,
                "fields": [
                    {
                        "name": "awsAccessKeyId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "awsSecretAccessKey",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "expiration",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "token",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AssetUploadInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "originalFilename",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "parts",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AssetUploadOutput",
                "description": null,
                "fields": [
                    {
                        "name": "bulkSessionAssetFileId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "originalFilename",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "presignedURLs",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PartPresignedUrl",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "s3Filename",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AssetUploadToken",
                "description": null,
                "fields": [
                    {
                        "name": "bucket",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "credentials",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AssetUploadCredentials",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "filename",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AssetsV2AssetFinal",
                "description": "AssetFinal for ows-assets' V2 asset approach.",
                "fields": [
                    {
                        "name": "upload",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AssetsV2AssetUpload",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AssetsV2AssetUpload",
                "description": "AssetUpload for ows-assets' V2 asset approach.",
                "fields": [
                    {
                        "name": "assetType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "ENUM",
                            "name": "AssetsV2AssetUploadAssetType",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "filename",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "parent",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "UNION",
                            "name": "AssetsV2AssetUploadParent",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AssetsV2AssetUploadAssetType",
                "description": "AssetUploadAssetType for ows-assets' V2 asset approach.",
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "FLAC",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "IMAGE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "JPEG",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "JPG",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "M4A",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MP3",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PDF",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIF",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIFF",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TXT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "WAV",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "WAVE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "UNION",
                "name": "AssetsV2AssetUploadParent",
                "description": "AssetUploadParent for ows-assets' V2 asset approach.",
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": [
                    { "kind": "OBJECT", "name": "Product", "ofType": null },
                    { "kind": "OBJECT", "name": "Track", "ofType": null }
                ]
            },
            {
                "kind": "OBJECT",
                "name": "AssignedTo",
                "description": null,
                "fields": [
                    {
                        "name": "firstName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AssociatePublishingCompositionInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "gsrs",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pubSongId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "UNION",
                "name": "AttachmentsObjects",
                "description": "Create multiple AbacusContractTerm and AbacusContractTermConditions.",
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": [
                    { "kind": "OBJECT", "name": "Isrc", "ofType": null },
                    {
                        "kind": "OBJECT",
                        "name": "NrContribution",
                        "ofType": null
                    }
                ]
            },
            {
                "kind": "OBJECT",
                "name": "Audience",
                "description": null,
                "fields": [
                    {
                        "name": "account",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INTERFACE",
                                "name": "Label",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countries",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdBy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fanCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fanDataLists",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FsFanDataListItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fanSegments",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "AudienceFanSegment",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "filters",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AudienceFilters",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalParticipant",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GlobalParticipant",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "replaced by 'fanDataLists' field"
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isArchived",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "refreshedAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "refreshedBy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "target",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AudienceTarget",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updatedAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updatedBy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AudienceAdAccount",
                "description": null,
                "fields": [
                    {
                        "name": "customAudienceTosAccepted",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "customAudienceTosUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isConnected",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isSelfConnected",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "platform",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AudienceSharePlatform",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AudienceDSPFilter",
                "description": null,
                "fields": [
                    {
                        "name": "operator",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AudienceFilterOperator",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "AudienceDigitalServiceProvider",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AudienceDSPFilterInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "operator",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AudienceFilterOperator",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "AudienceDigitalServiceProvider",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AudienceData",
                "description": null,
                "fields": [
                    {
                        "name": "artistsFansAlsoListening",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subaccountId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AudienceDataArtistsFansAlsoListening",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fanSegmentActivityBreakdown",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subaccountId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AudienceDataFanSegmentBreakdownItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fansCount",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subaccountId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "FsAudienceDataFansCount",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fansCountBySegment",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subaccountId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalParticipantFanSegmentValue",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fansStatsByAge",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subaccountId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AudienceDataFansStatsByAge",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fansStatsByGender",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subaccountId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AudienceDataFansStatsByGender",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fansStatsByHeavyRotation",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subaccountId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AudienceDataFansStatsByHeavyRotation",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fansStatsByLocation",
                        "description": null,
                        "args": [
                            {
                                "name": "subaccountId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AudienceDataFansStatsByLocation",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fansSummaryByType",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subaccountId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "type",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "ArtistDataType",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AudienceDataFansSummaryValue",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fansTimeseriesByType",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subaccountId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "type",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "ArtistDataType",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AudienceDataFansTimeseries",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalFans",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subaccountId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Please, use fansCount instead"
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AudienceDataArtistsFansAlsoListening",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AudienceDataArtistsFansAlsoListeningItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AudienceDataArtistsFansAlsoListeningItem",
                "description": null,
                "fields": [
                    {
                        "name": "fansShare",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalParticipant",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalParticipant",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AudienceDataFanSegmentActivityItem",
                "description": null,
                "fields": [
                    {
                        "name": "label",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AudienceDataFanSegmentBreakdownItem",
                "description": null,
                "fields": [
                    {
                        "name": "count",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AudienceFanSegment",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AudienceDataFanSegmentActivityItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AudienceDataFansStatsAgeRange",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "FROM_13_TO_17",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FROM_18_TO_22",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FROM_23_TO_30",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FROM_31_TO_40",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FROM_41_TO_51",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FROM_52_TO_60",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FROM_61",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AudienceDataFansStatsByAge",
                "description": null,
                "fields": [
                    {
                        "name": "availableFansShare",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AudienceDataFansStatsByAgeItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AudienceDataFansStatsByAgeItem",
                "description": null,
                "fields": [
                    {
                        "name": "ageRange",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AudienceDataFansStatsAgeRange",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fansShare",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AudienceDataFansStatsByGender",
                "description": null,
                "fields": [
                    {
                        "name": "availableFansShare",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AudienceDataFansStatsByGenderItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AudienceDataFansStatsByGenderItem",
                "description": null,
                "fields": [
                    {
                        "name": "fansShare",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "gender",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AudienceDataGender",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AudienceDataFansStatsByHeavyRotation",
                "description": null,
                "fields": [
                    {
                        "name": "availableFansShare",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AudienceDataFansStatsByHeavyRotationItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AudienceDataFansStatsByHeavyRotationItem",
                "description": null,
                "fields": [
                    {
                        "name": "fansShare",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "heavyRotation",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AudienceDataHeavyRotation",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AudienceDataFansStatsByLocation",
                "description": null,
                "fields": [
                    {
                        "name": "availableFansShare",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AudienceDataFansStatsByLocationItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AudienceDataFansStatsByLocationItem",
                "description": null,
                "fields": [
                    {
                        "name": "countryCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fansShare",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AudienceDataFansSummaryValue",
                "description": null,
                "fields": [
                    {
                        "name": "change",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AudienceDataFansTimeseries",
                "description": null,
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AudienceDataTimeseriesItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AudienceDataGender",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "FEMALE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MALE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "NON_BINARY_OTHER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PREFER_NOT_TO_ANSWER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AudienceDataHeavyRotation",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "IN",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "NOT_IN",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "UNKNOWN",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AudienceDataTimeseriesItem",
                "description": null,
                "fields": [
                    {
                        "name": "date",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AudienceDigitalServiceProvider",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "AMAZON",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "APPLE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DEEZER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SPOTIFY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "YOUTUBE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AudienceEmailCampaignAction",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "CLICKED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DELIVERED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "OPENED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AudienceExport",
                "description": null,
                "fields": [
                    {
                        "name": "audienceId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "audienceName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdBy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "justification",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AudienceExportJustification",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reason",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AudienceExportReason",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reasonNotes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "ENUM",
                            "name": "AudienceExportStatus",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updatedAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AudienceExportJustification",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ARTIST_WEBSITE_USE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CONTEST_WINNER_SELECTION",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DROPPED_ARTIST",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "EVENT_RSVP_LIST",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "LABEL_ARTIST_GIFT_TO_FANS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "OTHER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PARTNER_COLLABORATION",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "RETARGETING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SEND_TO_ARTIST_MANAGEMENT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AudienceExportReason",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ADS_GOOGLE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ADS_META",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ADS_SNAPCHAT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ADS_SPOTIFY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ADS_TIKTOK",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "EMAIL_SALESFORCE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TEXT_COMMUNITY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TEXT_LAYOUT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TEXT_SUBTEXT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AudienceExportResult",
                "description": null,
                "fields": [
                    {
                        "name": "export",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AudienceExport",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "presignedUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AudienceExportStatus",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "COMPLETED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DELETED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FAILED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PENDING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PROCESSING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AudienceFanHeavyRotation",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "IN",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "NOT_IN",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AudienceFanSegment",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "CASUAL_FANS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ENGAGED_FANS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FANS_TO_WIN_BACK",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "NEW_FANS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SECONDARY_FANS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SUPER_FANS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "UNSEGMENTED_FANS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AudienceFanSegmentFilter",
                "description": null,
                "fields": [
                    {
                        "name": "operator",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AudienceFilterOperator",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "AudienceFanSegment",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AudienceFanSegmentFilterInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "operator",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AudienceFilterOperator",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "AudienceFanSegment",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AudienceFilterOperator",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "EXCLUDE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "INCLUDE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AudienceFilters",
                "description": null,
                "fields": [
                    {
                        "name": "cities",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FSAudienceCityFilter",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countries",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "dsp",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AudienceDSPFilter",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "emailCampaigns",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "FSAudienceEmailCampaignFilter",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fanSegments",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AudienceFanSegmentFilter",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "heavyRotationV2",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AudienceHeavyRotationFilter",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastEngagement",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AudienceLastEngagementFilter",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "radius",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "radiusUnit",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "ENUM",
                            "name": "AudienceFiltersRadiusUnit",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "songwhipPresavePageIds",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "FSSongwhipPresavePageInFilter",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Please, use songwhipPresavePages field instead"
                    },
                    {
                        "name": "songwhipPresavePages",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "FSSongwhipPresavePagesFilter",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "spendMax",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "spendMin",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AudienceFiltersInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "cities",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "FSAudienceCityFilterInput",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countries",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "dsp",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "AudienceDSPFilterInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "emailCampaigns",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "FSAudienceEmailCampaignFilterInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fanSegments",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "AudienceFanSegmentFilterInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "heavyRotationV2",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "AudienceHeavyRotationFilterInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastEngagement",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "AudienceLastEngagementFilterInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "radius",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "radiusUnit",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "AudienceFiltersRadiusUnit",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "songwhipPresavePageIds",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "FSSongwhipPresavePageInFilterInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "spendMax",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "spendMin",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AudienceFiltersRadiusUnit",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "KM",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MI",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AudienceHeavyRotationFilter",
                "description": null,
                "fields": [
                    {
                        "name": "operator",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AudienceFilterOperator",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "AudienceFanHeavyRotation",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AudienceHeavyRotationFilterInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "operator",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AudienceFilterOperator",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "AudienceFanHeavyRotation",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AudienceLastEngagement",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "PAST_2_WEEKS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PAST_6_MONTHS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PAST_28_DAYS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PAST_WEEK",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PAST_YEAR",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AudienceLastEngagementFilter",
                "description": null,
                "fields": [
                    {
                        "name": "operator",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AudienceFilterOperator",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AudienceLastEngagement",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "AudienceLastEngagementFilterInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "operator",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AudienceFilterOperator",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AudienceLastEngagement",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AudienceSharePlatform",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "GOOGLE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "META",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SENDGRID",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AudienceSize",
                "description": null,
                "fields": [
                    {
                        "name": "createdAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "size",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "AudienceTarget",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ADS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "EMAIL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TEXT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AudiencesResult",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Audience",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "limit",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "offset",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "total",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "AudioAttribute",
                "description": null,
                "fields": [
                    {
                        "name": "description",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "BankingAndTaxDetailsRequiredNotification",
                "description": "BankingAndTaxDetailsRequiredNotification describes a message that will be get/set from/to the notification.\nAlso link property is a requirement (e.g. link: 'https://documents.qaawal.com').",
                "fields": [
                    {
                        "name": "link",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "message",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "Notification",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "SCALAR",
                "name": "BigInt",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "SCALAR",
                "name": "Boolean",
                "description": "The `Boolean` scalar type represents `true` or `false`.",
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "BulkSession",
                "description": null,
                "fields": [
                    {
                        "name": "downloadLink",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "failureFile",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "BulkSessionMetadataFile",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "latestUploadFile",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "BulkSessionMetadataFile",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "metadataStatus",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "successFile",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "BulkSessionMetadataFile",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "BulkSessionAssetUpload",
                "description": null,
                "fields": [
                    {
                        "name": "assets",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AssetUploadOutput",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "BulkSessionFileUpload",
                "description": null,
                "fields": [
                    {
                        "name": "presignedUrls",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PartPresignedUrl",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "s3Filename",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "BulkSessionMetadataFile",
                "description": null,
                "fields": [
                    {
                        "name": "bulkSessionId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "originalFilename",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "BulkTemplate",
                "description": null,
                "fields": [
                    {
                        "name": "downloadLink",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "BundleType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "AUDIO_VIDEO",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "VIDEO",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "CacheControlScope",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "PRIVATE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PUBLIC",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CancelTransferWiseBatchPaymentInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "batchId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccountId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "CannedResponseCategory",
                "description": null,
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "CannedResponseItem",
                "description": null,
                "fields": [
                    {
                        "name": "cannedResponseCategory",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "CannedResponseCategory",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "cannedResponseId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "forDeletion",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "keyword",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "languageCodes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastUpdated",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "modifiedByUser",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Identity",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "note",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "CannedResponseNote",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reviewContext",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "CannedResponseNote",
                "description": null,
                "fields": [
                    {
                        "name": "cannedResponseId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "languageCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastUpdated",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "modifiedByUser",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Identity",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "noteId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "noteKeyword",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "noteText",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "CannedResponsePagination",
                "description": null,
                "fields": [
                    {
                        "name": "limit",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "offset",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalRecords",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "type",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "CannedResponsesPaginatedResult",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "CannedResponseItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pagination",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "CannedResponsePagination",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "UNION",
                "name": "Carveout",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": [
                    {
                        "kind": "OBJECT",
                        "name": "CompleteStoreCarveout",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "CompleteTerritoryCarveout",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "StoreTerritoryCarveout",
                        "ofType": null
                    }
                ]
            },
            {
                "kind": "ENUM",
                "name": "CatalogProductsContextType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "all",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "digital",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "physical",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "CatalogProductsOrdering",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "releaseDate",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "ChangeType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "BACKFILL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CREATE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DELETE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DELIVERY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "UPDATE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ChangelogAgreementMetadata",
                "description": null,
                "fields": [
                    {
                        "name": "containsPublicDomain",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "containsSample",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "controlled",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "hasArrangerContribution",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "hasLyricsContribution",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "hasMusicContribution",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "publisher",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "ChangelogPublisherMetadata",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "split",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ChangelogCompositionMetadata",
                "description": null,
                "fields": [
                    {
                        "name": "alternateTitles",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "associatedGlobalSoundRecordings",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "associatedLabelSoundRecordings",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "containsPublicDomain",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "containsSample",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deliveryDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "iswc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pubSongID",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reDeliveryDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "submittedAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "title",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ChangelogPublisherMetadata",
                "description": null,
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ipi",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pro",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pubPublisherID",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ChangelogRecord",
                "description": null,
                "fields": [
                    {
                        "name": "changeType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "ChangeType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "compositionId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "compositionMetadata",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "ChangelogCompositionMetadata",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deleted",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "delivered",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "entityCreatedAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "entityCreatedBy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "entityLastModifiedAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "entityLastModifiedBy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recordTimestamp",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "songwriterMetadata",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ChangelogSongWriterMetadata",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "ChangelogRecordsOrderByField",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ID",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ChangelogRecordsResult",
                "description": null,
                "fields": [
                    {
                        "name": "records",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ChangelogRecord",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ChangelogReport",
                "description": null,
                "fields": [
                    {
                        "name": "createdAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdBy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Identity",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deleted",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "endDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "entityId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "errorMetadata",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "ErrorMetadataType",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "outputFileUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "startDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "ReportStatus",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "type",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "ReportType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "ChangelogReportOrderByField",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "CREATED_AT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ChangelogReportsResult",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ChangelogReport",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ChangelogSongWriterMetadata",
                "description": null,
                "fields": [
                    {
                        "name": "agreements",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ChangelogAgreementMetadata",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ipi",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "legalName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pro",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pubWriterID",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Channel",
                "description": null,
                "fields": [
                    {
                        "name": "analytics",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ChannelAnalytics",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "channelId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "channelOwner",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "commentCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "dateFollowed",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "description",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "following",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalParticipantV2",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GlobalParticipant",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isPartOfCatalog",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "publishedAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "_Neo4jDateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subscriberCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "thumbnailUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendor",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Vendor",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorV2",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Vendor",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "videoCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "videos",
                        "description": null,
                        "args": [
                            {
                                "name": "filter",
                                "description": "DO NOT USE",
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "_VideoFilter",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Video",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "viewCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ChannelAnalytics",
                "description": null,
                "fields": [
                    {
                        "name": "allTime",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "Distributor",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AllTimeChannelAnalytics",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "daily",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "Distributor",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "DailyChannelAnalytics",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "metrics",
                        "description": "This field is only populated by the topChannels query",
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "ChannelCatalogMetrics",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "topCountries",
                        "description": null,
                        "args": [
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "Distributor",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TopCountriesByChannels",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "topTrafficSources",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "Distributor",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TopChannelTrafficSources",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "topVideos",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "Distributor",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TopChannelVideos",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ChannelAnalyticsData",
                "description": null,
                "fields": [
                    {
                        "name": "adFillRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "averageViewDurationPercentage",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "averageViewDurationSeconds",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "channelId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "comments",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "cpm",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "downloadActivityDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "estimatedMonetizedPlaybacks",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "estimatedPartnerAdRevenue",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "estimatedPartnerPremiumRevenue",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "impressionsCtr",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "premiumViews",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "premiumWatchTimeMinutes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rpm",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "watchTimeMinutes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ChannelCatalogMetrics",
                "description": null,
                "fields": [
                    {
                        "name": "averageViewDurationSeconds",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "estimatedGrossRevenue",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "growthPeriods",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "DeltaGrowth",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastAvailableDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subscribers",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ChannelMetricAggregateData",
                "description": null,
                "fields": [
                    {
                        "name": "adFillRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "averageViewDurationPercentage",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "averageViewDurationSeconds",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "channelId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "comments",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "cpm",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "estimatedMonetizedPlaybacks",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "estimatedPartnerAdRevenue",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "estimatedPartnerPremiumRevenue",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "impressionsCtr",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "premiumViews",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "premiumWatchTimeMinutes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rpm",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "watchTimeMinutes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ChannelMetricData",
                "description": null,
                "fields": [
                    {
                        "name": "adFillRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "averageViewDurationPercentage",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "averageViewDurationSeconds",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "channelId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "comments",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "cpm",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "downloadActivityDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "estimatedMonetizedPlaybacks",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "estimatedPartnerAdRevenue",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "estimatedPartnerPremiumRevenue",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "impressionsCtr",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "premiumViews",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "premiumWatchTimeMinutes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rpm",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "watchTimeMinutes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ChannelResults",
                "description": null,
                "fields": [
                    {
                        "name": "channels",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Channel",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ChannelSearchResult",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Channel",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ChannelTrafficSources",
                "description": null,
                "fields": [
                    {
                        "name": "averageViewDurationPercentage",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "averageViewDurationSeconds",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "premiumViews",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "premiumWatchTimeMinutes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "source",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "watchTimeMinutes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ChannelVideo",
                "description": null,
                "fields": [
                    {
                        "name": "averageViewDurationPercentage",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "averageViewDurationSeconds",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "premiumViews",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "premiumWatchTimeMinutes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "video",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Video",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "videoId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use `video.videoId`"
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "watchTimeMinutes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ChartAggregatedRankingV2",
                "description": null,
                "fields": [
                    {
                        "name": "appearances",
                        "description": "The amount of times this item has appeared on the related chart.\n\nThe number is a count of appearances, so to format in to a time unit requires the chart's frequency to be taken in to account.\nE.g. 2 appearances on a weekly chart can be presented as '2 weeks', or '14 days'. On a daily chart, 2 appearances would be '2 days'.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "change",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Always returns null"
                    },
                    {
                        "name": "chart",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ChartV2",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "chartId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "use chart.id"
                    },
                    {
                        "name": "daysOnChart",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use appearances"
                    },
                    {
                        "name": "exitTimestamp",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Always returns null"
                    },
                    {
                        "name": "firstDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "firstPosition",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "firstTimestamp",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use firstDate."
                    },
                    {
                        "name": "isrc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "mostRecentDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "mostRecentPosition",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "mostRecentTimestamp",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use mostRecentDate."
                    },
                    {
                        "name": "onDate",
                        "description": null,
                        "args": [
                            {
                                "name": "date",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Date",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ChartRankingV2",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "peakDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "peakPosition",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "peakTimestamp",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use peakDate."
                    },
                    {
                        "name": "position",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Returns null, use mostRecentPosition"
                    },
                    {
                        "name": "previousDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "previousPosition",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "previousTimestamp",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use previousDate."
                    },
                    {
                        "name": "publicSoundRecording",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PublicSoundRecording",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "publicSoundRecordingId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "use publicSoundRecording.id"
                    },
                    {
                        "name": "trackId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "This is a chartmetric id and shouldn't be exposed, will be replaced in future by a uuid"
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ChartByPlatform",
                "description": null,
                "fields": [
                    {
                        "name": "chart",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PlatformChart",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "latestDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ChartFacetsV2",
                "description": null,
                "fields": [
                    {
                        "name": "chartId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "count",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "ChartFilterInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "country",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": "\"\"",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "frequency",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": "\"\"",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "genre",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": "\"\"",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": "\"\"",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "platform",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": "\"\"",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "target",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": "\"\"",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "type",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": "\"\"",
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ChartRankingV2",
                "description": null,
                "fields": [
                    {
                        "name": "aggregatedRanking",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ChartAggregatedRankingV2",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "artistNames",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "brands",
                        "description": "Returns an aggregated list of CompanyBrands ordered by number of products under the brand.\n\nThis field returns an empty array if the ISRC does not exist in the private catalog.\n\nIf the calling profile does not have `fullCatalogAccess`, this will throw an error.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "CompanyBrand",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "channelId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "channelName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "chartDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "daysOnChart",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use `aggregatedRanking.appearances`."
                    },
                    {
                        "name": "globalProduct",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GlobalProduct",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isPartOfCatalog",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isrc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Isrc",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "newlyEntered",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "numTracks",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "peakPosition",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use `aggregatedRanking.peakPosition`."
                    },
                    {
                        "name": "peakTimestamp",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use `aggregatedRanking.peakDate`."
                    },
                    {
                        "name": "position",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "positionChange",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "publicProduct",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PublicProduct",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "publicProductId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "publicSoundRecording",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PublicSoundRecording",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "publicSoundRecordingId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalShazams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalStreams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trend",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "upc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "uuid",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "videoId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "ChartSoundRecordingsItemsFilter",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ALL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ENTRY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MAJOR_MOVE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ChartV2",
                "description": null,
                "fields": [
                    {
                        "name": "country",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "date",
                        "description": "Returns dates in reverse chronological order.",
                        "args": [
                            {
                                "name": "date",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Date",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "ChartV2Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "dates",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ChartV2Date",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "frequency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "genre",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastAvailableTimestamp",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "modifiedAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "platform",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "target",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "type",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ChartV2Date",
                "description": null,
                "fields": [
                    {
                        "name": "chart",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ChartV2",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "date",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "placements",
                        "description": null,
                        "args": [
                            {
                                "name": "filter",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ChartV2DatePlacementFilterInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "{}",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "50",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "order",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ChartV2DatePlacementOrderInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "{by: POSITION, dir: ASC}",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ChartV2DatePlacementResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "ChartV2DatePlacementFilterInput",
                "description": "Filter for the placments on a chart on a particular date.\n\nIf multiple conditions are specified, they are logically AND-ed.",
                "fields": null,
                "inputFields": [
                    {
                        "name": "brandUuidIn",
                        "description": "Filters based on the brand UUID of the placements.\n\nThis filter can only be called by a Profile with the `fullCatalogAccess` flag.\n\nA placement is returned if any of the provided UUIDs appear in the\nplacement's brand list.\n\nA special sentinel value `` matches placements that have no brand\nassociation, i.e. they are not part of the catalog. This value can be combined\nwith other uuids freely to create a mixture of no-in-catalog and specific brands.",
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isPartOfCatalog",
                        "description": "Filters based on the user's catalog.\n\nIf the value is `true`, only items in the user's catalog are returned.\nIf the value is `false`, only items not in the user's catalog are returned.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "positionChange",
                        "description": "Filter on the position change of the placement compared to the previous\nentry for the chart.",
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "NullableIntFilterInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "positionChangeAbs",
                        "description": "Filter on the absolute value of the position change of the placement compared\nto the previous entry for the chart.",
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "NullableIntFilterInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "ChartV2DatePlacementOrderBy",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "POSITION",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "POSITION_CHANGE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "ChartV2DatePlacementOrderDir",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ASC",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DESC",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "ChartV2DatePlacementOrderInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "by",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "ChartV2DatePlacementOrderBy",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "dir",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "ChartV2DatePlacementOrderDir",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ChartV2DatePlacementResult",
                "description": null,
                "fields": [
                    {
                        "name": "placements",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ChartRankingV2",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "total",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ChartsByPlatformsResults",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ChartByPlatform",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "ClientOwnerCategories",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "CURATED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "EDITORIAL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "USER_GENERATED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "ClientSorting",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ADDED_SORT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CloseStatementPeriodInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "name",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Collaborator",
                "description": "Collaborator describes identities that have access to that resource.",
                "fields": [
                    {
                        "name": "applications",
                        "description": "The applications that the Collaborator has access to.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "CollaboratorApplication",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "collaboratorType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "CollaboratorType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currentBalance",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "CollaboratorsMonetaryValue",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "description",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "dpEnabledDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "identitiesWithAccess",
                        "description": null,
                        "args": [
                            {
                                "name": "active",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "pending",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "profileTypes",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "term",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "UserResults",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "internalId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "label",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INTERFACE",
                                "name": "Label",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "latestReport",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "CollaboratorReport",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "payee",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Payee",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "payments",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "sortDir",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "SortDir",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "sortField",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "status",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "CollaboratorsPaymentStatus",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "CollaboratorsPaymentsResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "performanceRights",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "products",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "sortDir",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "SortDir",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "sortField",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ProductResults",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recipient",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Recipient",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reports",
                        "description": null,
                        "args": [
                            {
                                "name": "hasTransaction",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "sortDir",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "SortDir",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "sortField",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "status",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "CollaboratorReport",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriodParticipations",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "sortDir",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "SortDir",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "sortField",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "status",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "CollaboratorsStatementPeriodStatus",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "CollaboratorsStatementPeriodParticipationResults",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transactions",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "CollaboratorTransaction",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "uuid",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    { "kind": "INTERFACE", "name": "Tenant", "ofType": null }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "CollaboratorApplication",
                "description": "CollaboratorApplication describes the relationship between a Collaborator and an ApplicationV2.\nImplements TenantApplication interface.",
                "fields": [
                    {
                        "name": "application",
                        "description": "The Application that the Collaborator has access to.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ApplicationV2",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "roles",
                        "description": "The roles that the Collaborator has access to in the Application.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "RoleV2",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tenant",
                        "description": "The Collaborator that has access to the Application.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Collaborator",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "url",
                        "description": "The URL to the application that is dependent on the Collaborator.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "TenantApplication",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CollaboratorInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "collaboratorType",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "CollaboratorType",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currency",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "description",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "email",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "internalId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "participantId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "performanceRights",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccountId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "CollaboratorReport",
                "description": null,
                "fields": [
                    {
                        "name": "amount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "collaborator",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Collaborator",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "collaboratorId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "collaboratorParams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use id instead"
                    },
                    {
                        "name": "currency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fileFormat",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fileLocation",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fileName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "generatedDateTime",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "overlappingReports",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "CollaboratorReport",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "periodIds",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "periodName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reportRunName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reportRunUuid",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "requestedDateTime",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transaction",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "CollaboratorTransaction",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transactionId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use transaction.id instead"
                    },
                    {
                        "name": "userIdType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "CollaboratorReportDownload",
                "description": null,
                "fields": [
                    {
                        "name": "url",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "CollaboratorReportRun",
                "description": null,
                "fields": [
                    {
                        "name": "amount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "periodIds",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "periodName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reportRunName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reportRunUuid",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reportsStatusErrorCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reportsStatusGeneratedCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reportsStatusRequestedCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reportsTotalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reportsWithTransactionCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "requestedDateTime",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "CollaboratorReportRunsResults",
                "description": null,
                "fields": [
                    {
                        "name": "reportRuns",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "CollaboratorReportRun",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "CollaboratorReportsResults",
                "description": null,
                "fields": [
                    {
                        "name": "reports",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "CollaboratorReport",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "CollaboratorResults",
                "description": null,
                "fields": [
                    {
                        "name": "collaborators",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Collaborator",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "CollaboratorSplit",
                "description": null,
                "fields": [
                    {
                        "name": "collaborator",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Collaborator",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "identifier",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rateType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "CollaboratorSplitRateType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "splitRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "CollaboratorSplitRateType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "GROSS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "NET",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "CollaboratorTransaction",
                "description": null,
                "fields": [
                    {
                        "name": "chargeableAmount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "collaboratorId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "collaboratorShare",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currentBalance",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "date",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deletedDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "description",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "originalAmount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reportId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriod",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "CollaboratorsStatementPeriod",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transferwiseBatchId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transferwiseTransactionId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transferwiseTransactionStatus",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "ENUM",
                            "name": "CollaboratorsPaymentStatus",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "type",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "CollaboratorTransactionType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "voidedTransactionId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "CollaboratorTransactionResults",
                "description": null,
                "fields": [
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transactions",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "CollaboratorTransaction",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "CollaboratorTransactionType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "CREDIT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "EXPENSE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PAYMENT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "REVENUE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "VOID",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "CollaboratorType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "COLLABORATOR",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SUBACCOUNT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CollaboratorsAgreeTermsAndConditionsInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "termsAndConditionsId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "CollaboratorsAgreedTermsAndConditions",
                "description": null,
                "fields": [
                    {
                        "name": "agreedDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "termsAndConditionsId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "userId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorBrand",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "CollaboratorsApplicationType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ORCHARD_SUITE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ORCHARD_WS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "CollaboratorsMonetaryValue",
                "description": null,
                "fields": [
                    {
                        "name": "amount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "CollaboratorsPayment",
                "description": null,
                "fields": [
                    {
                        "name": "collaborator",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Collaborator",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "conversionRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "price",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TransferWisePrice",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "profileId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "quoteId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recipientId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sourceAmount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sourceCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "CollaboratorsPaymentStatus",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "targetAmount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "targetCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transferId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transferWiseBatch",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TransferWiseBatch",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transferwiseBatchId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transferwiseFee",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "wireFee",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "CollaboratorsPaymentStatus",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "BOUNCED_BACK",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CANCELLED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CHARGED_BACK",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FUNDS_CONVERTED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FUNDS_REFUNDED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "INCOMING_PAYMENT_WAITING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "OUTGOING_PAYMENT_SENT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PROCESSING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "UNKNOWN",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "WAITING_RECIPIENT_INPUT_TO_PROCEED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "CollaboratorsPaymentsResult",
                "description": null,
                "fields": [
                    {
                        "name": "payments",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "CollaboratorsPayment",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "CollaboratorsStatementPeriod",
                "description": null,
                "fields": [
                    {
                        "name": "closingBalance",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "CollaboratorsMonetaryValue",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Not applicable"
                    },
                    {
                        "name": "collaboratorParticipations",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "term",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "CollaboratorsStatementPeriodParticipationResults",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "expensesTotal",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "CollaboratorsMonetaryValue",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "label",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INTERFACE",
                                "name": "Label",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "openingBalance",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "CollaboratorsMonetaryValue",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Not applicable"
                    },
                    {
                        "name": "paymentsTotal",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "CollaboratorsMonetaryValue",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "revenuesTotal",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "CollaboratorsMonetaryValue",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "CollaboratorsStatementPeriodStatus",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transactions",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "CollaboratorTransactionResults",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updatedDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "CollaboratorsStatementPeriodParticipation",
                "description": null,
                "fields": [
                    {
                        "name": "closingBalance",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "CollaboratorsMonetaryValue",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "collaborator",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Collaborator",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "expensesTotal",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "CollaboratorsMonetaryValue",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "openingBalance",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "CollaboratorsMonetaryValue",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentsTotal",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "CollaboratorsMonetaryValue",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "revenuesTotal",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "CollaboratorsMonetaryValue",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriod",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "CollaboratorsStatementPeriod",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transactions",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "CollaboratorTransactionResults",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "CollaboratorsStatementPeriodParticipationResults",
                "description": null,
                "fields": [
                    {
                        "name": "participations",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "CollaboratorsStatementPeriodParticipation",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "CollaboratorsStatementPeriodResults",
                "description": null,
                "fields": [
                    {
                        "name": "statementPeriods",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "CollaboratorsStatementPeriod",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "CollaboratorsStatementPeriodStatus",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "CLOSED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "OPEN",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "CollaboratorsTermsAndConditions",
                "description": null,
                "fields": [
                    {
                        "name": "agreedDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "agreedVersion",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "latestTemplate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "latestVersion",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "CollaboratorsVendorAgreement",
                "description": null,
                "fields": [
                    {
                        "name": "dateAccepted",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "userId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CollaboratorsVendorAgreementInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "vendorId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CollectionArtistAssociation",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "collectionId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalParticipantId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "CompanyBrand",
                "description": "CompanyBrand for retrieving company brand related to tenant by uuid.",
                "fields": [
                    {
                        "name": "applications",
                        "description": "The applications that the CompanyBrand has access to.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "CompanyBrandApplication",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "displayName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "logoUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "parentCompany",
                        "description": null,
                        "args": [
                            {
                                "name": "showOnDemand",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": "false",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "ParentCompany",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "uuid",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    { "kind": "INTERFACE", "name": "Tenant", "ofType": null }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "CompanyBrandApplication",
                "description": "CompanyBrandApplication describes the relationship between a CompanyBrand and an ApplicationV2.\nImplements TenantApplication interface.",
                "fields": [
                    {
                        "name": "application",
                        "description": "The Application that the CompanyBrand has access to.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ApplicationV2",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "roles",
                        "description": "The roles that the CompanyBrand has access to in the Application.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "RoleV2",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tenant",
                        "description": "The CompanyBrand that has access to the Application.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "CompanyBrand",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "url",
                        "description": "The URL to the application that is dependent on the CompanyBrand.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "TenantApplication",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "CompanyBrandName",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "AWAL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "THEORCHARD",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CompanyBrandsFilterInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "brandUuids",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "parentCompanyIds",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CompleteBulkMetadataUploadInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "parts",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "UploadPartInput",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "s3Filename",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "CompleteStoreCarveout",
                "description": null,
                "fields": [
                    {
                        "name": "distributionTypes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "DistributionType",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "store",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Store",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "StoreCarveout",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "CompleteTerritoryCarveout",
                "description": null,
                "fields": [
                    {
                        "name": "territory",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Territory",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "TerritoryCarveout",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "ConnectGoogleAdReportingInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "redirectUri",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "userId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ConnectGoogleAdReportingResult",
                "description": null,
                "fields": [
                    {
                        "name": "connectCardUri",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "connectionId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "ConnectGoogleUserInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "authCode",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "codeVerifier",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "redirectUri",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "ConnectMetaAdReportingInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "redirectUri",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "ConnectMetaUserInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "accessToken",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "userId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "ConnectTiktokAdReportingInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "redirectUri",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "userId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ConnectTiktokAdReportingResult",
                "description": null,
                "fields": [
                    {
                        "name": "connectCardUri",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "connectionId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ContentApproval",
                "description": null,
                "fields": [
                    {
                        "name": "approvalId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdDatetime",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ContentRejection",
                "description": null,
                "fields": [
                    {
                        "name": "createdDatetime",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "note",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rejectionId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "ContractAdvanceStatus",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "IN_REVIEW",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PAID",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PENDING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "QUALIFIED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "UNION",
                "name": "ContractPartyObject",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": [
                    {
                        "kind": "OBJECT",
                        "name": "NrContributor",
                        "ofType": null
                    },
                    { "kind": "OBJECT", "name": "Vendor", "ofType": null }
                ]
            },
            {
                "kind": "UNION",
                "name": "ContractTermSchedules",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": [
                    {
                        "kind": "OBJECT",
                        "name": "AbacusSchedule",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "NrContributor",
                        "ofType": null
                    }
                ]
            },
            {
                "kind": "ENUM",
                "name": "ContractType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ABACUS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "LEGACY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INTERFACE",
                "name": "Contribution",
                "description": null,
                "fields": [
                    {
                        "name": "contributorRelationship",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "Featured",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "instruments",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastModifiedAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrContributor",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INTERFACE",
                                "name": "Contributor",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrSoundRecording",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INTERFACE",
                                "name": "SoundRecordingNr",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": [
                    {
                        "kind": "OBJECT",
                        "name": "NrContribution",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "OwnershipNrContribution",
                        "ofType": null
                    }
                ]
            },
            {
                "kind": "INTERFACE",
                "name": "Contributor",
                "description": null,
                "fields": [
                    {
                        "name": "forename",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "middleNames",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "surname",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": [
                    {
                        "kind": "OBJECT",
                        "name": "NrContributor",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "OwnershipNrContributor",
                        "ofType": null
                    }
                ]
            },
            {
                "kind": "OBJECT",
                "name": "CopyrightDetail",
                "description": null,
                "fields": [
                    {
                        "name": "holder",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "year",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CorrectionDetailInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "fieldName",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "keyId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "keyValue",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tableName",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "CountryDailyDownloads",
                "description": null,
                "fields": [
                    {
                        "name": "country",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "downloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reportDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "CountryDownloads",
                "description": null,
                "fields": [
                    {
                        "name": "countryCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "downloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "CountryFacetsV2",
                "description": null,
                "fields": [
                    {
                        "name": "count",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "CountryFilter",
                "description": "CountryFilter describes countries that should be included to filter results.",
                "fields": [
                    {
                        "name": "countries",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "CountryStreams",
                "description": null,
                "fields": [
                    {
                        "name": "countryCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Timeseries",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams",
                        "description": "Represents the all-time total streams of this entity in the country specified by `countryCode`.\n\nThe streams field is not currently populated for `Analytics.streamsByCountry` or `ProductAnalytics.streamsByCountry`",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "CountryVideos",
                "description": null,
                "fields": [
                    {
                        "name": "countryCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateAbacusScheduleInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "conditions",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "AbacusScheduleConditionsInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "scheduleName",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "targetId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "targetType",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AbacusScheduleTargetType",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateAdReadCommentInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "adReadId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "comment",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateAdReadInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "advertisementId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "assigneeIds",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "campaignId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "copyFilename",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "copyUrlPath",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "dueDate",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "orderId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "requiresApproval",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rollType",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "title",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateArtistInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "artistId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "artistInfoId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "artistName",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "artistType",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccountId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateBulkSessionInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "vendorUUID",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateBundledProductInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "audioProductId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "bundleType",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "BundleType",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "selectedThumbnailId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "volumes",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "ID",
                                                "ofType": null
                                            }
                                        }
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateChangelogRecordInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "changeType",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "ChangeType",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "compositionId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "compositionMetadata",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deleted",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "delivered",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "entityCreatedAt",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "entityCreatedBy",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "entityLastModifiedAt",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "entityLastModifiedBy",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recordId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "songwriterMetadata",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateCollaboratorSplitInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "collaboratorId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "identifier",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rateType",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "CollaboratorSplitRateType",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "splitRate",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "splitTypeId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateCollaboratorTransactionInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "collaboratorId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "collaboratorShare",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currency",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "date",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "description",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "originalAmount",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reportId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "type",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "CollaboratorTransactionType",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateEmailCampaignInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "cssContent",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fanDataListId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INPUT_OBJECT",
                                "name": "FsAudienceFanDataListItemInput",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "htmlContent",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccountId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateEpisodeInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "appleId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "artworkFilename",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "audioFilename",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "content",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "description",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "draft",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "episodeNumber",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "episodeType",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "externalId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "feedIds",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": "[]",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "plannedMidRollCount",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "plannedPostRollCount",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "plannedPreRollCount",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "publishedDate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "seasonId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "seasonNumber",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "title",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trailerType",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateEpisodeInsertionPointInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "count",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pointType",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "timecode",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateEpisodeInsertionPointsInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "episodeId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "insertionPoints",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CreateEpisodeInsertionPointInput",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateEpisodeLinkInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "episodeId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "link",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storeId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "CreateEpisodeResponse",
                "description": null,
                "fields": [
                    {
                        "name": "episode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Episode",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "replicatedFeeds",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "EpisodeReplicationStatus",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "UNION",
                "name": "CreateEpisodeResponseOrEpisode",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": [
                    {
                        "kind": "OBJECT",
                        "name": "CreateEpisodeResponse",
                        "ofType": null
                    },
                    { "kind": "OBJECT", "name": "Episode", "ofType": null }
                ]
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateFeedInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "artworkFilename",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "channelId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "description",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "episodeIds",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "feedType",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isCopyAdLocations",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "showFamilyId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "slug",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "title",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateGlobalParticipantLinkInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "chartMode",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "chartName",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countries",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "dimension",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "endDate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "page",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "period",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "playlistAppearances",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "playlistCuratorMkt",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "playlistTerritory",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "playlistTypes",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pot",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "potGraphType",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "PotGraphType",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "song",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "source",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "startDate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storeIds",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateGlobalProductLinkInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "countries",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "dimension",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "endDate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "page",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "period",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pot",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "potGraphType",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "PotGraphType",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "potIds",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "source",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "startDate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storeIds",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "upc",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateGlobalSoundRecordingLinkInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "chartName",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countries",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "dimension",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "endDate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isrc",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "page",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "period",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "playlistAppearances",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "playlistCuratorMkt",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "playlistTerritory",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "playlistTypes",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pot",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "potGraphType",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "PotGraphType",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "potStore",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sosDetails",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "source",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "startDate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storeIds",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateInventoryInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "dates",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "DateTime",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "midRolls",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "postRolls",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "preRolls",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "titlePrefix",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateNetworkInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "code",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isSony",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateNrContributorInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "forename",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "middleNames",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "surname",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateNrDeliveryJobsInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "nrContributorUuids",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "orderId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateNrParticipantInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "appleMusicId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "spotifyId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateNrSoundRecordingInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "albumName",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "catalogNumber",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countriesOfRecording",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryOfLabel",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryOfMaster",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "duration",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "featuredArtistIds",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "firstReleaseYear",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isrc",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "mainArtist",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "originalLabel",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "primaryArtistIds",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "priority",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "Priority",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recordingTitle",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recordingType",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recordingYear",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalFeaturedPerformers",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "version",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateOrDeleteAbacusScheduleAttachmentInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "assignedTargetIds",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "scheduleId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "targetType",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "unassignedTargetIds",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateOwnershipContributorInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "name",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateOwnershipNrProductInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "code",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contentType",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "OwnershipNrProductContentType",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "displayArtistName",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "externalId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "featuredArtists",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "format",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "OwnershipNrProductFormat",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "imprint",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pLineLabel",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pLineYear",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "primaryArtists",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recordingType",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "OwnershipNrTrackRecordingType",
                            "ofType": null
                        },
                        "defaultValue": "AUDIO",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "salesStartDate",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subType",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "OwnershipNrProductSubType",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "upc",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "version",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateOwnershipNrRuleInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "endDate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "externalId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "percentage",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "startDate",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "territoriesExcluded",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": "[]",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "territoriesIncluded",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "CreateOwnershipNrRulesResult",
                "description": null,
                "fields": [
                    {
                        "name": "error",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rules",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INTERFACE",
                                    "name": "OwnershipNrRule",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateOwnershipNrSoundRecordingInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "audioLanguage",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countriesOfFunding",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countriesOfRecording",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "displayArtistName",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "displayComposer",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "duration",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "explicit",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "featuredArtists",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "firstYearOfRecording",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "firstYearOfRelease",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "genre",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isrc",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "primaryArtists",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recordingTitle",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackIds",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "version",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreatePhysicalDeliveryOrderInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "deliveryStoreId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deliveryType",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "PhysicalDeliveryType",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productIds",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreatePlaylistPlacementLinkInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "isrc",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "playlistId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storeId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreatePodcastInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "artworkFilename",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "categories",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "channelId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "copyright",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "description",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "email",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "explicit",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "feedType",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "PodcastFeedType",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "host",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "language",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "link",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "networkId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "owner",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "participants",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "PodcastParticipantInput",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "seasons",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "PodcastSeasonInput",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "showType",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "slug",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "title",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreatePodcastLinkInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "link",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storeId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreatePodcastLinksInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "links",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CreatePodcastLinkInput",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreatePodcastUserInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "admin",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "allNetworks",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "email",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "networkIds",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "organization",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastIds",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "role",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "showFamilyIds",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateProductCorrectionInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "productId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "CreateProductCorrectionResult",
                "description": null,
                "fields": [
                    {
                        "name": "releaseCorrectionId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "releaseId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateProductInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "accountId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountType",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "cLine",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "channelSelection",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deliveredVersion",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "description",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "format",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "genreId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "imprint",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "manufacturerUpc",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "metaLanguage",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "notForDistribution",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pLine",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "participations",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "ProductParticipationInput",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "primaryArtists",
                        "description": "Prefer to use `participations` instead of this field.",
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "INPUT_OBJECT",
                                "name": "CreateArtistInput",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productCode",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productConfiguration",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "ProductConfiguration",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productHighlights",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productLocalizations",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "SetProductLocalizationInput",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productName",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "projectId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "specialInstructions",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccountId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subgenreId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "upc",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorReleaseIdentifier",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "version",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateProductTimedRelease",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "productId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storeIds",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "timeOfDayProduct",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "timeZone",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateProjectInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "accountId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "artistId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "description",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "projectCode",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccountId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreatePublishingAgreementInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "ipi",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "label",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INPUT_OBJECT",
                                "name": "LabelUuid",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pro",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pubWriterID",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "publisher",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INPUT_OBJECT",
                                "name": "PublishingSongWriterPublishersInput",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreatePublishingCompositionInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "agreements",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "PublishingCompositionAgreementInput",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "alternateTitles",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "associatedGlobalSoundRecordings",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "associatedLabelSoundRecordings",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "containsPublicDomain",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "containsSample",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "draft",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "iswc",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "label",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INPUT_OBJECT",
                                "name": "LabelUuid",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pubSongID",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "title",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreatePublishingSongWriterInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "ipi",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "label",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INPUT_OBJECT",
                                "name": "LabelUuid",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pro",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "professionallyKnownAs",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pubWriterID",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "publishers",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "PublishingSongWriterPublishersInput",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateSampleInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "artists",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "INPUT_OBJECT",
                                "name": "SampleArtistInput",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isrc",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "notes",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pLine",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sampleType",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackLength",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackName",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateStoreCarveoutInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "distributionTypeIds",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storeId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateTrackArtistInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "artistInfoId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "artistName",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "artistType",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackArtistId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateTrackInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "artists",
                        "description": "Prefer to use `participations` instead of this field.",
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "INPUT_OBJECT",
                                "name": "CreateTrackArtistInput",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "explicit",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isrc",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "localizations",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "INPUT_OBJECT",
                                "name": "SetTrackLocalizationInput",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lyrics",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "metaLanguageCode",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "originalRightsHolderCountryId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ownershipRights",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pInfo",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "participations",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "INPUT_OBJECT",
                                "name": "TrackParticipationInput",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "performers",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "INPUT_OBJECT",
                                "name": "CreateTrackPerformerInput",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "previewStartTime",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "publishers",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "INPUT_OBJECT",
                                "name": "CreateTrackPublisherInput",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recordingCountryId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "samples",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "INPUT_OBJECT",
                                "name": "CreateSampleInput",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackName",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackNumber",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackType",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "upc",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "usPublishingObligation",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "USPublishingObligation",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "version",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "volumeNumber",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "writers",
                        "description": "Prefer to use `participations` instead of this field.",
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "INPUT_OBJECT",
                                "name": "CreateTrackWriterInput",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateTrackPerformerInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "name",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "roleId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "type",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateTrackPublisherInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "name",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateTrackWriterInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "artistInfoId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackWriterId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "writerName",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "writerType",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateTracksInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "productId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tracks",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "INPUT_OBJECT",
                                "name": "CreateTrackInput",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateTransferWiseProfileInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "application",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "CollaboratorsApplicationType",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "code",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "profileId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccountId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateTransferWiseRecipientInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "accountHolderName",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "collaboratorId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currency",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "details",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "JSONObject",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "profileId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sourceCurrency",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "type",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "CreateTransferWiseRecipientResponse",
                "description": null,
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateVendorInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "companyBrandName",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currency",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "owner",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "serviceTierUuid",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateVideoLink",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "claims",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countries",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "endDate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "metric",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "page",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "period",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "startDate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "CreateVideoSingleProductInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "accountId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "associatedTrackId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "channelSelection",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "clineCopyrightHolder",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "clineYear",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "description",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "genreId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "imprint",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isrc",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "keywords",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "languageOfVideoContent",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "languageOfVideoTitle",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lyrics",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "newRelease",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "notForDistribution",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "originalReleaseDate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "parentalAdvisory",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "plineCopyrightHolder",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "plineYear",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "primaryArtists",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "INPUT_OBJECT",
                                "name": "CreateArtistInput",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productCode",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "projectId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "releaseDate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "specialInstructions",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccountId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subgenreId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "thumbnailPath",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "typeOfVideo",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "upc",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorCatalogNumber",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorReleaseIdentifier",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "version",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "videoTitle",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "CurrentFacetsV2",
                "description": null,
                "fields": [
                    {
                        "name": "count",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "DailyChannelAnalytics",
                "description": null,
                "fields": [
                    {
                        "name": "aggregate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ChannelAnalyticsData",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "data",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ChannelAnalyticsData",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sources",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Store",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "DailyTimeseries",
                "description": null,
                "fields": [
                    {
                        "name": "dailyChange",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "DeltaGrowth",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "date",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "DailyVideoAnalytics",
                "description": null,
                "fields": [
                    {
                        "name": "aggregate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "VideoAnalyticsData",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "data",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "VideoAnalyticsData",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sources",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Store",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "SCALAR",
                "name": "Date",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "DatePeriod",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ALL_TIME",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "SCALAR",
                "name": "DateTime",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "SCALAR",
                "name": "Decimal",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "DeleteAdReadCommentInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "id",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "DeleteAdReadInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "id",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "DeleteCollaboratorReportsInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "reportIds",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "DeleteCollaboratorReportsResponse",
                "description": null,
                "fields": [
                    {
                        "name": "deleted",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reportIds",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "DeleteCollaboratorSplitInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "id",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "DeleteCollaboratorTransactionsResponse",
                "description": null,
                "fields": [
                    {
                        "name": "deleted",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "DeleteDeliveryQueueItemInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "cmoId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contributionId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "DeleteEpisodeInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "id",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "DeleteEpisodeLinkInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "episodeId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storeId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "DeleteGoogleAdAccountInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "adAccountId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccountId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "DeleteMetaAdAccountInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "adAccountId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccountId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "DeletePodcastAssetResult",
                "description": null,
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "DeletePodcastInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "id",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "DeletePodcastTranscriptionInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "episodeId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "DeletePodcastUserInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "id",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "DeleteProductCorrectionInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "productId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "releaseCorrectionId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "DeleteProductCorrectionResult",
                "description": null,
                "fields": [
                    {
                        "name": "message",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "DeleteProductTimedRelease",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "productId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "DeleteTiktokAdAccountInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "adAccountId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccountId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "DeleteTracksInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "productId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tracks",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "DeleteTransferWiseRecipientInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "collaboratorId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recipientId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "DeleteTransferWiseRecipientResponse",
                "description": null,
                "fields": [
                    {
                        "name": "deleted",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "DeleteWorksheetPaymentContractAdvanceResponse",
                "description": null,
                "fields": [
                    {
                        "name": "deleted",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "DeletionStatus",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "N",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "Y",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "DeliveryHistory",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "dateDelivered",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "encoderId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "packageSize",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storeId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "upc",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "DeliveryHistoryInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "deliveryHistory",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "DeliveryHistory",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "DeliveryStore",
                "description": "Based in graphql-distribution.",
                "fields": [
                    {
                        "name": "classifications",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "DeliveryStoreClassification",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "combineByEntity",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "combineFiles",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "exceptions",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "DeliveryStoreExceptions",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "metadataTemplate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ownershipServices",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OwnershipNrService",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "DeliveryStoreStatus",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "supportsTimedRelease",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "DeliveryStoreClassification",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "AGGREGATOR",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CHARTING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "COLLECTIONS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FILM_TV",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FINGERPRINTING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MARKETING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MUSIC",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MUSIC_VIDEO",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "NR_OWNER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "NR_PERFORMER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PHYSICAL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PHYSICAL_SUPPLY_CHAIN",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "REPORTING_ONLY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "RINGTONE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TESTING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "DeliveryStoreExceptions",
                "description": null,
                "fields": [
                    {
                        "name": "label",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "DeliveryStoreLabelExceptions",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelCountry",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "DeliveryStoreLabelCountryExceptions",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "participant",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "DeliveryStoreParticipantExceptions",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "participantCountry",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "DeliveryStoreParticipantCountryExceptions",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "product",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "DeliveryStoreProductExceptions",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "DeliveryStoreInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "id",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "DeliveryStoreLabelCountryExceptions",
                "description": null,
                "fields": [
                    {
                        "name": "countries",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "distributionTypes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "DistributionType",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "DeliveryStoreLabelExceptions",
                "description": null,
                "fields": [
                    {
                        "name": "distributionTypes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "DistributionType",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labels",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INTERFACE",
                                        "name": "Label",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "DeliveryStoreOrderBy",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "NAME",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "DeliveryStoreParticipantCountryExceptions",
                "description": null,
                "fields": [
                    {
                        "name": "countries",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "distributionTypes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "DistributionType",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "DeliveryStoreParticipantExceptions",
                "description": null,
                "fields": [
                    {
                        "name": "distributionTypes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "DistributionType",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalParticipants",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalParticipant",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "DeliveryStoreProductExceptions",
                "description": null,
                "fields": [
                    {
                        "name": "distributionTypes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "DistributionType",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "products",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Product",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "DeliveryStoreResult",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "DeliveryStore",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "DeliveryStoreStatus",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ACTIVE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "INACTIVE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TERMINATED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "DeltaFollowersValue",
                "description": null,
                "fields": [
                    {
                        "name": "growthPercentage",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "DeltaGrowth",
                "description": null,
                "fields": [
                    {
                        "name": "activeGrowthPercentage",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "activeValue",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "completionRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "growthPercentage",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "period",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "ENUM",
                            "name": "DeltaGrowthPeriod",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "prevActiveValue",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "prevValue",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "DeltaGrowthPeriod",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "_1_DAY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "_1_TO_2_MONTHS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "_2_TO_3_MONTHS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "_3_TO_4_MONTHS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "_7_DAYS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "_14_DAYS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "_28_DAYS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "_90_DAYS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "_180_DAYS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "_183_DAYS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "_365_DAYS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "_ALL_TIME",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Demographic",
                "description": null,
                "fields": [
                    {
                        "name": "age",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "DemographicAge",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "gender",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "DemographicGender",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "DemographicAge",
                "description": null,
                "fields": [
                    {
                        "name": "UNKNOWN",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "_17",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "_18_22",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "_23_27",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "_28_34",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "_35_44",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "_45_59",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "_60_",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "DemographicAgeApple",
                "description": null,
                "fields": [
                    {
                        "name": "UNKNOWN",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "_18",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "_18_24",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "_25_34",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "_35_44",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "_45_54",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "_55_64",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "_65_",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "DemographicAgeCategory",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "UNKNOWN",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "_17",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "_18_22",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "_23_27",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "_28_34",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "_35_44",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "_45_59",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "_60_",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "DemographicApple",
                "description": null,
                "fields": [
                    {
                        "name": "age",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "DemographicAgeApple",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "gender",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "DemographicGender",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "DemographicGender",
                "description": null,
                "fields": [
                    {
                        "name": "female",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "male",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "unknown",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Demographics",
                "description": null,
                "fields": [
                    {
                        "name": "demographics",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Demographic",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isrc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sources",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Store",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Device",
                "description": null,
                "fields": [
                    {
                        "name": "deviceId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "operatingSystem",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pushToken",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "DimArtist",
                "description": null,
                "fields": [
                    {
                        "name": "id",
                        "description": "deprecated and shouldn't be used going forward",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "DisplayStatus",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ACTION_REQUIRED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "COMPLETED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ERROR_CORRECTION",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "IN_CONTENT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "IN_PROGRESS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "LABEL_PROCESSING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SUBMITTED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TRANSFER_TO_CONTENT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "action_required",
                        "description": null,
                        "isDeprecated": true,
                        "deprecationReason": "Enumerated values should be UPPER_CAMEL_CASE."
                    },
                    {
                        "name": "completed",
                        "description": null,
                        "isDeprecated": true,
                        "deprecationReason": "Enumerated values should be UPPER_CAMEL_CASE."
                    },
                    {
                        "name": "error_correction",
                        "description": null,
                        "isDeprecated": true,
                        "deprecationReason": "Enumerated values should be UPPER_CAMEL_CASE."
                    },
                    {
                        "name": "in_progress",
                        "description": null,
                        "isDeprecated": true,
                        "deprecationReason": "Enumerated values should be UPPER_CAMEL_CASE."
                    },
                    {
                        "name": "submitted",
                        "description": null,
                        "isDeprecated": true,
                        "deprecationReason": "Enumerated values should be UPPER_CAMEL_CASE."
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "DistributionType",
                "description": null,
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "Distributor",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "AWAL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SME",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "THEORCHARD",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "DownloadData",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Timeseries",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Downloads",
                "description": null,
                "fields": [
                    {
                        "name": "aggregate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "DownloadData",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sources",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Store",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "stores",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "StoreDownloadData",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "DownloadsBySoundRecording",
                "description": null,
                "fields": [
                    {
                        "name": "soundRecordings",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "DownloadsSoundRecording",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "DownloadsByStore",
                "description": null,
                "fields": [
                    {
                        "name": "stores",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "StoreDownloads",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "DownloadsCountry",
                "description": null,
                "fields": [
                    {
                        "name": "countryCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "DownloadsTimeseries",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "DownloadsSoundRecording",
                "description": null,
                "fields": [
                    {
                        "name": "globalSoundRecording",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalSoundRecording",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "DownloadsTimeseries",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "DownloadsTimeseries",
                "description": null,
                "fields": [
                    {
                        "name": "date",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "DownloadsTotal",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "DownloadsTimeseries",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "EffectivePriceCode",
                "description": null,
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "priceCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pricingTierName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "EmailCampaign",
                "description": null,
                "fields": [
                    {
                        "name": "analytics",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "EmailCampaignAnalyticsData",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "audience",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Audience",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdBy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "emailDomain",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "EmailCampaignEmailDomain",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "emailUsername",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fanDataList",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "FsFanDataListItem",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "label",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INTERFACE",
                                "name": "Label",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "previewText",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recipientsCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sendAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sendAtTimezone",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "senderName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "EmailCampaignStatus",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subject",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updatedAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updatedBy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "EmailCampaignAnalytics",
                "description": null,
                "fields": [
                    {
                        "name": "data",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "EmailCampaignAnalyticsData",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "EmailCampaignAnalyticsData",
                "description": null,
                "fields": [
                    {
                        "name": "bounceRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "bounceRateChange",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "bounces",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "clickThroughRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "clickThroughRateChange",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "clickToOpenRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "clickToOpenRateChange",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "clicks",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "delivered",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deliveredRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deliveredRateChange",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "openRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "openRateChange",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "opens",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sends",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "spamComplaints",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "spamComplaintsRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "spamComplaintsRateChange",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "uniqueClicks",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "uniqueClicksChange",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "uniqueClicksDropoff",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "uniqueOpens",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "uniqueOpensDropoff",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "unsubscribeRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "unsubscribeRateChange",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "unsubscribes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "EmailCampaignAnalyticsLinks",
                "description": null,
                "fields": [
                    {
                        "name": "data",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "EmailCampaignAnalyticsLinksData",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "EmailCampaignAnalyticsLinksData",
                "description": null,
                "fields": [
                    {
                        "name": "percentageOfTotalClicks",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalClicks",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "uniqueClicks",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "url",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "EmailCampaignEmailDomain",
                "description": null,
                "fields": [
                    {
                        "name": "brand",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "domain",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "EmailCampaignLiveStatusResponse",
                "description": null,
                "fields": [
                    {
                        "name": "emailsToSend",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sentEmails",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "EmailCampaignStatus",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "EmailCampaignPreview",
                "description": null,
                "fields": [
                    {
                        "name": "css",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "html",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "previewText",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "senderName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subject",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "EmailCampaignPrivacyFooter",
                "description": null,
                "fields": [
                    {
                        "name": "content",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "EmailCampaignPrivacyFooterValidationResult",
                "description": null,
                "fields": [
                    {
                        "name": "isValid",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "EmailCampaignStatus",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "CANCELLED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DRAFT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "IN_PROGRESS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SCHEDULED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SENT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "EmailCampaignsResult",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "EmailCampaign",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "limit",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "offset",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "total",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "EmailNotificationResponse",
                "description": null,
                "fields": [
                    {
                        "name": "notificationType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "profiles",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Episode",
                "description": null,
                "fields": [
                    {
                        "name": "appleId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "artworkUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "audioOriginalFilename",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "audioUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "audioWavUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "content",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "description",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "draft",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "duration",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "episodeNumber",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "episodeType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "externalId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "failed",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "hasTranscript",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "insertionPoints",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "EpisodeInsertionPoint",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isReviewed",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "megaphoneUid",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "orders",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PodcastCampaignOrder",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "peaksUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "plannedMidRollCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "plannedPostRollCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "plannedPreRollCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcast",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Podcast",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "publishedDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "seasonId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "seasonNumber",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "title",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trailerType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "EpisodeAudio",
                "description": null,
                "fields": [
                    {
                        "name": "episodeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "EpisodeAudioInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "episodeId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "EpisodeChart",
                "description": null,
                "fields": [
                    {
                        "name": "category",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "country",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "episodeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "imageUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "myEpisodeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "myPodcastId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "networkTitle",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "peakDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "peakRanking",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastTitle",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ranking",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rankingChange",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "store",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "timeOnChart",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "title",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "EpisodeChartDate",
                "description": null,
                "fields": [
                    {
                        "name": "date",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "EpisodeCharts",
                "description": null,
                "fields": [
                    {
                        "name": "category",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "country",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "entranceDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "episodeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "exitDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "peakDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "peakRanking",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ranking",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rankingChange",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "store",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "timeOnChart",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "EpisodeDailyDownloads",
                "description": null,
                "fields": [
                    {
                        "name": "downloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "episodeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "publishedDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reportDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "EpisodeInsertionPoint",
                "description": null,
                "fields": [
                    {
                        "name": "count",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pointType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "timecode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "EpisodeInsertionPointResult",
                "description": null,
                "fields": [
                    {
                        "name": "insertionPoints",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "EpisodeInsertionPoint",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "EpisodeIsProcessingResult",
                "description": null,
                "fields": [
                    {
                        "name": "isProcessing",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "EpisodeLink",
                "description": null,
                "fields": [
                    {
                        "name": "episodeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "link",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "EpisodeList",
                "description": null,
                "fields": [
                    {
                        "name": "episode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Episode",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "episodeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "EpisodeListenerRetention",
                "description": null,
                "fields": [
                    {
                        "name": "date",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "episodeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "retentionPercentage",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "store",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "timestampMilliseconds",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "EpisodeReplicationStatus",
                "description": null,
                "fields": [
                    {
                        "name": "episodeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "feedType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "PodcastFeedType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isViewed",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "originalEpisode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Episode",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "originalEpisodeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "originalPodcast",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Podcast",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcast",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Podcast",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "replicationType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "EpisodeResults",
                "description": null,
                "fields": [
                    {
                        "name": "episodes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Episode",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalDone",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalDrafts",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "EpisodeStates",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ALL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DONE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DRAFT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "ErrorMetadataInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "errorKey",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "ReportErrorKey",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "message",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ErrorMetadataType",
                "description": null,
                "fields": [
                    {
                        "name": "errorKey",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "ReportErrorKey",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "message",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ExchangedMonetaryValue",
                "description": null,
                "fields": [
                    {
                        "name": "convertedAmount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "MonetaryValue",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "exchangeRateStatementPeriod",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusStatementPeriod",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "originalAmount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "MonetaryValue",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Decimal",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "ExportAudienceInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "justification",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AudienceExportJustification",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reason",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AudienceExportReason",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reasonNotes",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "FSAudienceCityFilter",
                "description": null,
                "fields": [
                    {
                        "name": "countryIso2",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "placeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "postalCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "title",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "FSAudienceCityFilterInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "placeId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "title",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "FSAudienceEmailCampaignFilter",
                "description": null,
                "fields": [
                    {
                        "name": "action",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AudienceEmailCampaignAction",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "operator",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AudienceFilterOperator",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FsEmailCampaignValue",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "FSAudienceEmailCampaignFilterInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "action",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AudienceEmailCampaignAction",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "operator",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AudienceFilterOperator",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "FSSongwhipPresavePage",
                "description": null,
                "fields": [
                    {
                        "name": "createdAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalParticipant",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalParticipant",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "label",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INTERFACE",
                                "name": "Label",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "url",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "FSSongwhipPresavePageInFilter",
                "description": null,
                "fields": [
                    {
                        "name": "operator",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AudienceFilterOperator",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "FSSongwhipPresavePageInFilterInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "operator",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AudienceFilterOperator",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "FSSongwhipPresavePagesFilter",
                "description": null,
                "fields": [
                    {
                        "name": "operator",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AudienceFilterOperator",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FSSongwhipPresavePage",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "FansifterMutations",
                "description": null,
                "fields": [
                    {
                        "name": "emailCampaigns",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "FsEmailCampaignsMutations",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "FansifterQueries",
                "description": null,
                "fields": [
                    {
                        "name": "emailCampaigns",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "FsEmailCampaignsQueries",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Feature",
                "description": "Feature describes feature and level of access for that feature\n(e.g. { feature: 'mobile_games', value: 'control' }).",
                "fields": [
                    {
                        "name": "feature",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "Featured",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "FEATURING_PERFORMER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MAIN_PERFORMER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SESSION_MUSICIAN",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "FeaturedInput",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "FEATURED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FEATURING_PERFORMER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MAIN_PERFORMER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "NON_FEATURED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "OTHER_FEATURED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SESSION_MUSICIAN",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "FeedError",
                "description": null,
                "fields": [
                    {
                        "name": "code",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "message",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "types",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "FeedStatus",
                "description": null,
                "fields": [
                    {
                        "name": "distributor",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "Distributor",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "error",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "FeedError",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "feed",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AnalyticFeed",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "missingDatesBeforeStoreHighWatermark",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Date",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storeHighWaterMark",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "FilterContext",
                "description": null,
                "fields": [
                    {
                        "name": "code",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "FilterOption",
                "description": null,
                "fields": [
                    {
                        "name": "extra",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "UNION",
                            "name": "FilterOptionExtra",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "UNION",
                "name": "FilterOptionExtra",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": [
                    {
                        "kind": "OBJECT",
                        "name": "FilterContext",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "SubaccountMetadata",
                        "ofType": null
                    }
                ]
            },
            {
                "kind": "OBJECT",
                "name": "FingerprintRule",
                "description": null,
                "fields": [
                    {
                        "name": "active",
                        "description": "State associated to this FingerprintRule.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdBy",
                        "description": "Profile that created this FingerprintRule.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Profile",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdDate",
                        "description": "Creation date associated to this FingerprintRule.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "endDate",
                        "description": "End Date associated to this FingerprintRule.",
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastModifiedBy",
                        "description": "Profile that modified this FingerprintRule.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Profile",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastModifiedDate",
                        "description": "Last modified date associated to this FingerprintRule.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "policy",
                        "description": "Policy associated to this FingerprintRule.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "service",
                        "description": "Service associated to this FingerprintRule.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "startDate",
                        "description": "Start Date associated to this FingerprintRule.",
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "territory",
                        "description": "Territory associated to this FingerprintRule.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "FingerprintRuleInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "end",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "policy",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "service",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "start",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "territory",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "FingerprintRulesBulkInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "id",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rules",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "FingerprintRuleInput",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "SCALAR",
                "name": "Float",
                "description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).",
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "FocusTrack",
                "description": null,
                "fields": [
                    {
                        "name": "endDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "startDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "FollowChannelInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "channelId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "FollowGlobalProductInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "upc",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "FollowGlobalSoundRecordingInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "isrc",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "FollowParticipantInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "participantId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "FollowedEntity",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "LABEL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PARTICIPANT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SOUND_RECORDING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SUBACCOUNT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "VENDOR",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "FsArtistAccountsWithFanData",
                "description": null,
                "fields": [
                    {
                        "name": "accounts",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INTERFACE",
                                        "name": "Label",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "hasFanData",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "hasGlobalFanDataList",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "FsAudienceDataFansCount",
                "description": null,
                "fields": [
                    {
                        "name": "adConsentFansCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "emailConsentFansCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fansCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "FsAudienceFanDataListItemInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "id",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "type",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "FsFanDataListType",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "FsEmailCampaignMutations",
                "description": null,
                "fields": [
                    {
                        "name": "delete",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "duplicate",
                        "description": null,
                        "args": [
                            {
                                "name": "name",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "EmailCampaign",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "editSchedule",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ScheduleEmailCampaignInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "schedule",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ScheduleEmailCampaignInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "send",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sendTestEmail",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "SendTestEmailInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "unschedule",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "update",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "UpdateEmailCampaignInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "EmailCampaign",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateContent",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "UpdateEmailCampaignContentInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "EmailCampaignPreview",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "FsEmailCampaignQueries",
                "description": null,
                "fields": [
                    {
                        "name": "analytics",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "EmailCampaignAnalytics",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "analyticsLinks",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "EmailCampaignAnalyticsLinks",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "campaign",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "EmailCampaign",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "preview",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "EmailCampaignPreview",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "stripoAuthToken",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "StripoAuthTokenResult",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "FsEmailCampaignValue",
                "description": null,
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "FsEmailCampaignsMutations",
                "description": null,
                "fields": [
                    {
                        "name": "campaign",
                        "description": null,
                        "args": [
                            {
                                "name": "campaignId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "FsEmailCampaignMutations",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "create",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CreateEmailCampaignInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "EmailCampaign",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "FsEmailCampaignsQueries",
                "description": null,
                "fields": [
                    {
                        "name": "campaign",
                        "description": null,
                        "args": [
                            {
                                "name": "campaignId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "FsEmailCampaignQueries",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "campaigns",
                        "description": null,
                        "args": [
                            {
                                "name": "fanDataListIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FsAudienceFanDataListItemInput",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "search",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statuses",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "EmailCampaignStatus",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subaccountId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "EmailCampaignsResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "domains",
                        "description": null,
                        "args": [
                            {
                                "name": "subaccountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "EmailCampaignEmailDomain",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "FsFanDataListItem",
                "description": null,
                "fields": [
                    {
                        "name": "data",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "UNION",
                            "name": "FsFanDataListItemData",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "type",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "FsFanDataListType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "UNION",
                "name": "FsFanDataListItemData",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": [
                    {
                        "kind": "OBJECT",
                        "name": "FsRosterFanDataList",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "GlobalParticipant",
                        "ofType": null
                    }
                ]
            },
            {
                "kind": "ENUM",
                "name": "FsFanDataListType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ARTIST",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CUSTOM_LIST",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "FsRosterFanDataList",
                "description": null,
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "FsSearchRostersResponse",
                "description": null,
                "fields": [
                    {
                        "name": "artists",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalParticipant",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "customLists",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FsRosterFanDataList",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "FulfillNrDeliveryJobInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "jobIds",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "NrDeliveryJobStatus",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "UNION",
                "name": "GenericResource",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": [
                    {
                        "kind": "OBJECT",
                        "name": "Collaborator",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "LabelParticipant",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "ProfileResource",
                        "ofType": null
                    },
                    { "kind": "OBJECT", "name": "Subaccount", "ofType": null },
                    { "kind": "OBJECT", "name": "Vendor", "ofType": null }
                ]
            },
            {
                "kind": "OBJECT",
                "name": "GenericTaxFormDetails",
                "description": null,
                "fields": [
                    {
                        "name": "expirationDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastModified",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "signedDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxFormType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "AccountPayeeTaxFormInfo",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Genre",
                "description": null,
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subgenres",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Subgenre",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalParticipant",
                "description": null,
                "fields": [
                    {
                        "name": "accountsWithFanData",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INTERFACE",
                                        "name": "Label",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Please, use accountsWithFanDataV2 instead"
                    },
                    {
                        "name": "accountsWithFanDataV2",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "FsArtistAccountsWithFanData",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "aggregatedChartRankingsV2",
                        "description": null,
                        "args": [
                            {
                                "name": "chart",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "ChartFilterInput",
                                    "ofType": null
                                },
                                "defaultValue": "{country: \"\", frequency: \"\", genre: \"\", id: \"\", platform: \"\", target: \"\", type: \"\"}",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "chartId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "isrc",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": "\"\"",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "10",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "onlyCurrent",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": "false",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderByDir",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "OrderDir",
                                    "ofType": null
                                },
                                "defaultValue": "ASC",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderByV2",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "GlobalParticipantAggregatedRankingsOrderingV2",
                                    "ofType": null
                                },
                                "defaultValue": "POSITION",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "psrId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": "\"\"",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalParticipantAggregatedRankingsV2",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "aggregatedRankingFacetsV2",
                        "description": null,
                        "args": [
                            {
                                "name": "chart",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "ChartFilterInput",
                                    "ofType": null
                                },
                                "defaultValue": "{country: \"\", frequency: \"\", genre: \"\", id: \"\", platform: \"\", target: \"\", type: \"\"}",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "isrc",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": "\"\"",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "onlyCurrent",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": "false",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "psrId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": "\"\"",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GlobalParticipantAggregatedRankingsFacetsV2",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "analytics",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GlobalParticipantAnalytics",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "appleMusicId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "audience",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AudienceData",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "catalogLabelsV2",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INTERFACE",
                                    "name": "Label",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "channels",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Channel",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "chartHighlightsV2",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "10",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GlobalParticipantChartHighlightsV2",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "chartmetricId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "dateFollowed",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "following",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "imageUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isPartOfCatalog",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelParticipants",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "LabelParticipantResults",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "monthlyListeners",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "remove monthlyListeners once federated schema available."
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "participant",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PublicParticipant",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Returns only Chartmetric version of PublicParticipant. But it can have multiple PublicParticipants. See DS-4056 for example. Use 'particpants' instead"
                    },
                    {
                        "name": "participants",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PublicParticipant",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "playlistPlacements",
                        "description": null,
                        "args": [
                            {
                                "name": "curatorCountries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "isrc",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "minFollowers",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "ownerCategories",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "OwnerCategory",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "playlistAppearances",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "playlistTypes",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "PlaylistType",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storefrontEnabled",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "streamCountries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PlaylistPlacements",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "playlistPlacementsBreakdown",
                        "description": null,
                        "args": [
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PlaylistPlacementsBreakdown",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "publicParticipantChartmetric",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PublicParticipant",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "shopifyMaxSpend",
                        "description": null,
                        "args": [
                            {
                                "name": "subaccountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "spotifyId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalParticipantAggregatedRankingsFacetsV2",
                "description": null,
                "fields": [
                    {
                        "name": "charts",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ChartFacetsV2",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countries",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "CountryFacetsV2",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "onlyCurrent",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "CurrentFacetsV2",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "songs",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "SongFacetsV2",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "GlobalParticipantAggregatedRankingsOrderingV2",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "CHANGE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CHART_COUNTRYCODE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CHART_NAME",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CHART_PLATFORM",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DAYS_ON_CHART",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "EXIT_TIMESTAMP",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FIRST_POSITION",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FIRST_TIMESTAMP",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MOST_RECENT_POSITION",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MOST_RECENT_TIMESTAMP",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PEAK_POSITION",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PEAK_TIMESTAMP",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "POSITION",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PREVIOUS_POSITION",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PREVIOUS_TIMESTAMP",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SOUND_RECORDING_NAME",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalParticipantAggregatedRankingsV2",
                "description": null,
                "fields": [
                    {
                        "name": "change",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "chartId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "daysOnChart",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "exitTimestamp",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "firstPosition",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "firstTimestamp",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isrc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "mostRecentPosition",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "mostRecentTimestamp",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "peakPosition",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "peakTimestamp",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "position",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "previousPosition",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "previousTimestamp",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "publicSoundRecordingId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "soundRecordingName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalParticipantAggregatedSummary",
                "description": null,
                "fields": [
                    {
                        "name": "aggregatedSummaryByStore",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalParticipantStreamsAggregateById",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "aggregatedSummaryTotal",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GlobalParticipantStreamsAggregate",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalParticipantAnalytics",
                "description": null,
                "fields": [
                    {
                        "name": "aggregatedStreams",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "daysBack",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "dimension",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "topSize",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AggregatedStreams",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "aggregatedSummary",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GlobalParticipantAggregatedSummary",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use aggregatedSummaryV2"
                    },
                    {
                        "name": "aggregatedSummaryV2",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "topSize",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AggregatedSummary",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "demographicBreakdown",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GlobalParticipantDemographics",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "demographicBreakdownV2",
                        "description": null,
                        "args": [
                            {
                                "name": "allTime",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GlobalParticipantDemographics",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalParticipant",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalParticipant",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "growthPeriods",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "DeltaGrowth",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productDownloadsByCountry",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ParticipantDownloadsByCountry",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productDownloadsByStore",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ParticipantDownloadsByStore",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productDownloadsTotal",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "DownloadsTotal",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamsAllTime",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "summary",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "stores",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "type",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "GlobalParticipantAnalyticsSummaryType",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalParticipantAnalyticsSummary",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "timeseries",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "daysBack",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "ids",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "resolution",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "stores",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "type",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "GlobalParticipantAnalyticsTimeseriesType",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalParticipantAnalyticsTimeseries",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalVsPlaylistStreamsByStore",
                        "description": null,
                        "args": [
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "streamCountries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "TotalVsPlaylistStreamsByStore",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackDownloadsByCountry",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ParticipantDownloadsByCountry",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackDownloadsBySoundRecording",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "DownloadsBySoundRecording",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackDownloadsByStore",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ParticipantDownloadsByStore",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackDownloadsTotal",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "DownloadsTotal",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackStreamsByCountry",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "StreamsByCountry",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackStreamsBySoundRecording",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TimeseriesBySoundRecording",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackStreamsBySourceOfStreams",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "StreamsBySourceOfStreams",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackStreamsByStore",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TimeseriesByStore",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackStreamsTotal",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "StreamsTotal",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalParticipantAnalyticsSummary",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INTERFACE",
                                        "name": "GlobalParticipantAnalyticsSummaryItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalParticipantAnalyticsSummaryGenericItem",
                "description": null,
                "fields": [
                    {
                        "name": "albumDownloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "downloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "downloadsEndDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "downloadsStartDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saves",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skipRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skips",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamsEndDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamsStartDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackDownloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "GlobalParticipantAnalyticsSummaryItem",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INTERFACE",
                "name": "GlobalParticipantAnalyticsSummaryItem",
                "description": null,
                "fields": [
                    {
                        "name": "albumDownloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "downloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "downloadsEndDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "downloadsStartDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saves",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skipRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skips",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamsEndDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamsStartDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackDownloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": [
                    {
                        "kind": "OBJECT",
                        "name": "GlobalParticipantAnalyticsSummaryGenericItem",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "GlobalParticipantAnalyticsSummaryProductItem",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "GlobalParticipantAnalyticsSummaryTrackItem",
                        "ofType": null
                    }
                ]
            },
            {
                "kind": "OBJECT",
                "name": "GlobalParticipantAnalyticsSummaryProductItem",
                "description": null,
                "fields": [
                    {
                        "name": "albumDownloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "downloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "downloadsEndDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "downloadsStartDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "product",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Product",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saves",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skipRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skips",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamsEndDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamsStartDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackDownloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "GlobalParticipantAnalyticsSummaryItem",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalParticipantAnalyticsSummaryTrackItem",
                "description": null,
                "fields": [
                    {
                        "name": "albumDownloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "downloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "downloadsEndDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "downloadsStartDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalSoundRecording",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalSoundRecording",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saves",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skipRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skips",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamsEndDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamsStartDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackDownloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "GlobalParticipantAnalyticsSummaryItem",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "GlobalParticipantAnalyticsSummaryType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "COUNTRY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PRODUCT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SOS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SOUND_RECORDING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "STORE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TOTAL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalParticipantAnalyticsTimeseries",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalParticipantAnalyticsTimeseriesItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalParticipantAnalyticsTimeseriesItem",
                "description": null,
                "fields": [
                    {
                        "name": "date",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saves",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skipRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skips",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "GlobalParticipantAnalyticsTimeseriesType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ALBUM_DOWNLOADS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ALBUM_DOWNLOADS_BY_COUNTRY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ALBUM_DOWNLOADS_BY_PRODUCT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ALBUM_DOWNLOADS_BY_STORE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TRACK_DOWNLOADS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TRACK_DOWNLOADS_BY_COUNTRY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TRACK_DOWNLOADS_BY_PRODUCT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TRACK_DOWNLOADS_BY_SOUND_RECORDING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TRACK_DOWNLOADS_BY_STORE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TRACK_STREAMS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TRACK_STREAMS_BY_COUNTRY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TRACK_STREAMS_BY_PRODUCT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TRACK_STREAMS_BY_SOS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TRACK_STREAMS_BY_SOUND_RECORDING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TRACK_STREAMS_BY_STORE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalParticipantChartHighlightItemV2",
                "description": null,
                "fields": [
                    {
                        "name": "appearances",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currentAppearances",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isrc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "psrId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "psrName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalParticipantChartHighlightsV2",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalParticipantChartHighlightItemV2",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalAppearances",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCurrentAppearances",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalParticipantDemographics",
                "description": null,
                "fields": [
                    {
                        "name": "demographics",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Demographic",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalParticipantId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sources",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Store",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalParticipantFanSegmentValue",
                "description": null,
                "fields": [
                    {
                        "name": "label",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AudienceFanSegment",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalParticipantResults",
                "description": null,
                "fields": [
                    {
                        "name": "participants",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalParticipant",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalParticipants",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "GlobalParticipantSearchFilterInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "companyBrandUUIDs",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "companyBrandUuid",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countries",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "followers",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "NumberRangeInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelIds",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "LabelIdFilterInput",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelName",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "monthlyListeners",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "NumberRangeInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "popularity",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "NumberRangeInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams7Days",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "NumberRangeInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams28Days",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "NumberRangeInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamsAllTime",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "NumberRangeInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "GlobalParticipantSearchOrderByField",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "MONTHLY_LISTENERS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "POPULARITY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SCORE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "STREAMS_7_DAYS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "STREAMS_28_DAYS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "STREAMS_ALL_TIME",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "GlobalParticipantSearchOrderByInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "dir",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "OrderDir",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "field",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "GlobalParticipantSearchOrderByField",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalParticipantSearchResult",
                "description": null,
                "fields": [
                    {
                        "name": "facets",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalParticipantSearchResultFacets",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalParticipantSearchResultScoredItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "queryType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalParticipantSearchResultAccountIds",
                "description": null,
                "fields": [
                    {
                        "name": "appleMusic",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "chartmetric",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "spotify",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalParticipantSearchResultFacet",
                "description": null,
                "fields": [
                    {
                        "name": "count",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalParticipantSearchResultFacetItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalParticipantSearchResultFacetItem",
                "description": null,
                "fields": [
                    {
                        "name": "count",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "key",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "label",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalParticipantSearchResultFacets",
                "description": null,
                "fields": [
                    {
                        "name": "countries",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalParticipantSearchResultFacet",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendors",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalParticipantSearchResultFacet",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalParticipantSearchResultItem",
                "description": null,
                "fields": [
                    {
                        "name": "countryCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "distributors",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalParticipant",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalParticipant",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "imageUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "imprint",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isPartOfCatalog",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labels",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "GlobalParticipantSearchResultLabel",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "names",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "socialAccountIds",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalParticipantSearchResultAccountIds",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "socialStats",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalParticipantSearchResultSocialStats",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "usageStats",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalParticipantSearchResultUsageStats",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalParticipantSearchResultLabel",
                "description": null,
                "fields": [
                    {
                        "name": "companyBrand",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GlobalParticipantSearchResultLabelCompanyBrand",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccountName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalParticipantSearchResultLabelCompanyBrand",
                "description": null,
                "fields": [
                    {
                        "name": "displayName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "uuid",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalParticipantSearchResultScoredItem",
                "description": null,
                "fields": [
                    {
                        "name": "item",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalParticipantSearchResultItem",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "score",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalParticipantSearchResultSocialStats",
                "description": null,
                "fields": [
                    {
                        "name": "followers",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "monthlyListeners",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "popularity",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalParticipantSearchResultUsageStats",
                "description": null,
                "fields": [
                    {
                        "name": "streams1Day",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams1DayGrowth",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams7Days",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams7DaysGrowth",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams28Days",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams28DaysGrowth",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamsAllTime",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalParticipantStreamsAggregate",
                "description": null,
                "fields": [
                    {
                        "name": "streams7Days",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams28Days",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamsAllTime",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalParticipantStreamsAggregateById",
                "description": null,
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams7Days",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams28Days",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamsAllTime",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalProduct",
                "description": "graphql-knowledge currently fakes GlobalProducts by using the :Orchard:Product nodes that the user has visibility to.\nThis is a \"virtual\" type (i.e. there are no :GlobalProduct nodes in Neo4j).\nEpic for creating GlobalProduct nodes in Neo4j - https://theorchard.atlassian.net/browse/ARTARCH-266",
                "fields": [
                    {
                        "name": "catalogLabelsV2",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INTERFACE",
                                        "name": "Label",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "catalogProduct",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Product",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "dateFollowed",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "following",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isPartOfCatalog",
                        "description": "Until we have a GlobalProduct node in Neo4j isPartOfCatalog will default to true",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "publicImageUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "upc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "GlobalProductSearchFilterInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "companyBrandUUIDs",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "spotifyArtistIds",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "GlobalProductSearchOrderByField",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "RELEASE_DATE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "GlobalProductSearchOrderByInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "dir",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "OrderDir",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "field",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "GlobalProductSearchOrderByField",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalProductSearchResult",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalProductSearchResultScoredItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalProductSearchResultScoredItem",
                "description": null,
                "fields": [
                    {
                        "name": "item",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalProduct",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "score",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalSoundRecording",
                "description": null,
                "fields": [
                    {
                        "name": "analytics",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GlobalSoundRecordingAnalytics",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "catalogImageUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "catalogLabels",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "INTERFACE",
                                "name": "Label",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "catalogLabelsV2",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INTERFACE",
                                    "name": "Label",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "catalogProducts",
                        "description": null,
                        "args": [
                            {
                                "name": "contextType",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "CatalogProductsContextType",
                                    "ofType": null
                                },
                                "defaultValue": "all",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "includeDeleted",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": "false",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "10",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "CatalogProductsOrdering",
                                    "ofType": null
                                },
                                "defaultValue": "releaseDate",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "OrderDir",
                                    "ofType": null
                                },
                                "defaultValue": "ASC",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Product",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "dateFollowed",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "following",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalParticipants",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalParticipant",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "imageUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "imprint",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isPartOfCatalog",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isrc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelSoundRecordings",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "LabelSoundRecording",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "playlistPlacements",
                        "description": null,
                        "args": [
                            {
                                "name": "curatorCountries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "minFollowers",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "ownerCategories",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "OwnerCategory",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "playlistAppearances",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "playlistTypes",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "PlaylistType",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storefrontEnabled",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "streamCountries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PlaylistPlacements",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "playlistPlacementsBreakdown",
                        "description": null,
                        "args": [
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PlaylistPlacementsBreakdown",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productImageUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "products",
                        "description": null,
                        "args": [
                            {
                                "name": "includeDeleted",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Product",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "publicSoundRecordings",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PublicSoundRecording",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "releaseDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "HackyNeo4jDate",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use releaseDateV2"
                    },
                    {
                        "name": "releaseDateV2",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "soundRecording",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PublicSoundRecording",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Returns only one PSR. Use `publicSoundRecordings`"
                    },
                    {
                        "name": "tiktok",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "TiktokAnalytics",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "types",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "videos",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Video",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalSoundRecordingAnalytics",
                "description": null,
                "fields": [
                    {
                        "name": "aggregateStreams",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AggregateStreams",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "aggregatedStreams",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "daysBack",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "dimension",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "topSize",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AggregatedStreams",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "aggregatedSummary",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "topSize",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AggregatedSummary",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "chartPlacements",
                        "description": null,
                        "args": [
                            {
                                "name": "currentAppearances",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "platforms",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "PlatformName",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PlatformChartPlacementResults",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "demographicBreakdown",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Demographics",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "demographicBreakdownApple",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalSoundrecordingDemographicsApple",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "demographicBreakdownV2",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalSoundrecordingDemographics",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "downloads",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Downloads",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "downloadsByCountry",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "SoundRecordingDownloadsByCountry",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "downloadsByProduct",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TimeseriesByProduct",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "downloadsByStore",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "SoundRecordingDownloadsByStore",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "downloadsTotal",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "SoundRecordingDownloadsTotal",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalSoundRecording",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalSoundRecording",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "metrics",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Metrics",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Please use Analytics."
                    },
                    {
                        "name": "performanceByCountry",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PerformanceByCountry",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sourceOfStreams",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "SourceOfStreams",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sourceOfStreamsMetrics",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "SourceOfStreamsMetrics",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Streams",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamsBreakdown",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "StreamsBreakdown",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamsByProduct",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TimeseriesByProduct",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamsBySourceOfStreams",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "StreamsBySourceOfStreams",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamsByStore",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TimeseriesByStore",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamsTotal",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "StreamsTotal",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "summary",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "ids",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "streamSources",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "StreamSourceFilter",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "type",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "GlobalSoundRecordingSummaryType",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalSoundRecordingSummary",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tiktokAggregations",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "TiktokAggregations",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tiktokScores",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "TikTokScores",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "timeseries",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "ids",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "resolution",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "streamSources",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "StreamSourceFilter",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "type",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "GlobalSoundRecordingTimeseriesType",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalSoundRecordingTimeseries",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "topCountriesByDownloads",
                        "description": null,
                        "args": [
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TopCountriesByDownloads",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "topCountriesByStreams",
                        "description": null,
                        "args": [
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TopCountriesByStreams",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "topMarkets",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TopMarkets",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "topPlaylistPlacements",
                        "description": null,
                        "args": [
                            {
                                "name": "curatorCountries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "Distributor",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "playlistAppearances",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "playlistTypes",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "PlaylistType",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "streamCountries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TopPlaylistsPlacements",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "topPlaylists",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TopPlaylists",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalVsPlaylistStreamsByStore",
                        "description": null,
                        "args": [
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "streamCountries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "TotalVsPlaylistStreamsByStore",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalSoundRecordingFamily",
                "description": "This entity represents group of GlobalSoundRecordings (ISRCs) that are in the same product family and\nusually represent a single song title with different versions like speed up or slow down versions.",
                "fields": [
                    {
                        "name": "analytics",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalSoundRecordingFamilyAnalytics",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": "GRPS product family ID that joins ISRCs.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalSoundRecordingFamilyAnalytics",
                "description": null,
                "fields": [
                    {
                        "name": "globalSoundRecordingFamily",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalSoundRecordingFamily",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "soundRecordingsByStreams",
                        "description": "Provides related GlobalSoundRecordings ordered by streams number for the last 28 days descending.\nLimit can be used to get the first (main) ISRC",
                        "args": [
                            {
                                "name": "filter",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "GlobalSoundRecordingFamilyAnalyticsFilterInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "10",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalSoundRecordingFamilySoundRecordingStreams",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams",
                        "description": null,
                        "args": [
                            {
                                "name": "filter",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "GlobalSoundRecordingFamilyAnalyticsFilterInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Streams",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tiktokAggregations",
                        "description": null,
                        "args": [
                            {
                                "name": "filter",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "GlobalSoundRecordingFamilyAnalyticsFilterInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TiktokAggregations",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tiktokScores",
                        "description": null,
                        "args": [
                            {
                                "name": "filter",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "GlobalSoundRecordingFamilyAnalyticsFilterInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TikTokScores",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "GlobalSoundRecordingFamilyAnalyticsFilterInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "companyBrandId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryCodes",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "distributors",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "Distributor",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "finLabelIds",
                        "description": "Financial label IDs to filter results. Usually, each account (label) has corresponding financial label ID.\nFor RCA Records this is E009.",
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalParticipantIds",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelIds",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "parentCompanyId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "serviceTierId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storeIds",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "upperProfitCenters",
                        "description": "Upper profit center IDs to filter the results.",
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "UpperProfitCenter",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalSoundRecordingFamilyResults",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalSoundRecordingFamily",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalSoundRecordingFamilySoundRecordingStreams",
                "description": null,
                "fields": [
                    {
                        "name": "soundRecording",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalSoundRecording",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "GlobalSoundRecordingSearchFilterInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "companyBrandUUIDs",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "companyBrandUuid",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countries",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "followers",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "NumberRangeInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalParticipantIds",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelIds",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "LabelIdFilterInput",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelName",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "monthlyListeners",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "NumberRangeInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "participantName",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "popularity",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "NumberRangeInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "releaseDate",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "StringRangeInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams7Days",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "NumberRangeInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams28Days",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "NumberRangeInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamsAllTime",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "NumberRangeInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "GlobalSoundRecordingSearchOrderByField",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "MONTHLY_LISTENERS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "POPULARITY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "RELEASE_DATE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SCORE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "STREAMS_7_DAYS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "STREAMS_28_DAYS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "STREAMS_ALL_TIME",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "GlobalSoundRecordingSearchOrderByInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "dir",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "OrderDir",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "field",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "GlobalSoundRecordingSearchOrderByField",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalSoundRecordingSearchResult",
                "description": null,
                "fields": [
                    {
                        "name": "facets",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalSoundRecordingSearchResultFacets",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalSoundRecordingSearchResultScoredItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "queryType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalSoundRecordingSearchResultFacet",
                "description": null,
                "fields": [
                    {
                        "name": "count",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalSoundRecordingSearchResultFacetItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalSoundRecordingSearchResultFacetItem",
                "description": null,
                "fields": [
                    {
                        "name": "count",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "key",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "label",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalSoundRecordingSearchResultFacets",
                "description": null,
                "fields": [
                    {
                        "name": "participantCountries",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalSoundRecordingSearchResultFacet",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "participants",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalSoundRecordingSearchResultFacet",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendors",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalSoundRecordingSearchResultFacet",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalSoundRecordingSearchResultItem",
                "description": null,
                "fields": [
                    {
                        "name": "distributors",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalSoundRecording",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalSoundRecording",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "imageUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "imprint",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isPartOfCatalog",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isrc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labels",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalSoundRecordingSearchResultLabel",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "names",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "participants",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalSoundRecordingSearchResultParticipant",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "popularity",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "releaseDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "socialAccountIds",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalSoundRecordingSocialAccountsIds",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "usageStats",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalSoundRecordingSearchResultUsageStats",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalSoundRecordingSearchResultLabel",
                "description": null,
                "fields": [
                    {
                        "name": "companyBrand",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GlobalSoundRecordingSearchResultLabelCompanyBrand",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccountName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalSoundRecordingSearchResultLabelCompanyBrand",
                "description": null,
                "fields": [
                    {
                        "name": "displayName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "uuid",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalSoundRecordingSearchResultParticipant",
                "description": null,
                "fields": [
                    {
                        "name": "countryCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "imageUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labels",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "GlobalSoundRecordingSearchResultLabel",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "roles",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "socialAccountIds",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalParticipantSearchResultAccountIds",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "socialStats",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalParticipantSearchResultSocialStats",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "usageStats",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalSoundRecordingSearchResultUsageStats",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalSoundRecordingSearchResultScoredItem",
                "description": null,
                "fields": [
                    {
                        "name": "item",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalSoundRecordingSearchResultItem",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "score",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalSoundRecordingSearchResultUsageStats",
                "description": null,
                "fields": [
                    {
                        "name": "streams1Day",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams1DayGrowth",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams7Days",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams7DaysGrowth",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams28Days",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams28DaysGrowth",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamsAllTime",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalSoundRecordingSocialAccountsIds",
                "description": null,
                "fields": [
                    {
                        "name": "appleMusic",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "spotify",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalSoundRecordingSummary",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INTERFACE",
                                    "name": "GlobalSoundRecordingSummaryItem",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalSoundRecordingSummaryCountryItem",
                "description": null,
                "fields": [
                    {
                        "name": "countryCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "downloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saves",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skipRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skips",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "type",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "GlobalSoundRecordingSummaryItem",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INTERFACE",
                "name": "GlobalSoundRecordingSummaryItem",
                "description": null,
                "fields": [
                    {
                        "name": "downloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saves",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skipRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skips",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "type",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": [
                    {
                        "kind": "OBJECT",
                        "name": "GlobalSoundRecordingSummaryCountryItem",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "GlobalSoundRecordingSummaryProductItem",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "GlobalSoundRecordingSummaryStoreItem",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "GlobalSoundRecordingSummaryStreamSourceItem",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "GlobalSoundRecordingSummaryTotalItem",
                        "ofType": null
                    }
                ]
            },
            {
                "kind": "OBJECT",
                "name": "GlobalSoundRecordingSummaryProductItem",
                "description": null,
                "fields": [
                    {
                        "name": "downloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "product",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Product",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saves",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skipRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skips",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "type",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "GlobalSoundRecordingSummaryItem",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalSoundRecordingSummaryStoreItem",
                "description": null,
                "fields": [
                    {
                        "name": "downloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saves",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skipRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skips",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "store",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Store",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "type",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "GlobalSoundRecordingSummaryItem",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalSoundRecordingSummaryStreamSourceItem",
                "description": null,
                "fields": [
                    {
                        "name": "downloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saves",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skipRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skips",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamSource",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "type",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "GlobalSoundRecordingSummaryItem",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalSoundRecordingSummaryTotalItem",
                "description": null,
                "fields": [
                    {
                        "name": "downloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saves",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skipRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skips",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "type",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "GlobalSoundRecordingSummaryItem",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "GlobalSoundRecordingSummaryType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "COUNTRY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PRODUCT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SOS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SOS_V2",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "STORE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TOTAL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalSoundRecordingTimeseries",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalSoundRecordingTimeseriesItem",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalSoundRecordingTimeseriesItem",
                "description": null,
                "fields": [
                    {
                        "name": "date",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saves",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skipRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skips",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "GlobalSoundRecordingTimeseriesType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "TRACK_DOWNLOADS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TRACK_DOWNLOADS_BY_COUNTRY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TRACK_DOWNLOADS_BY_PRODUCT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TRACK_DOWNLOADS_BY_STORE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TRACK_STREAMS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TRACK_STREAMS_BY_COUNTRY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TRACK_STREAMS_BY_PRODUCT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TRACK_STREAMS_BY_SOS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TRACK_STREAMS_BY_SOS_V2",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TRACK_STREAMS_BY_STORE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalSoundrecordingDemographics",
                "description": null,
                "fields": [
                    {
                        "name": "demographics",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Demographic",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isrc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sources",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Store",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GlobalSoundrecordingDemographicsApple",
                "description": null,
                "fields": [
                    {
                        "name": "demographics",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "DemographicApple",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isrc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sources",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Store",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GoogleAdAccount",
                "description": null,
                "fields": [
                    {
                        "name": "adReportingConnectionStatus",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AppConnectionStatus",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adReportingSelfConnected",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "campaignsCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "externalId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isSelfConnected",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "label",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "INTERFACE",
                            "name": "Label",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reportingUserId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sharingUserId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "userAdAccountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "userConnectionStatus",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "GoogleConnectionStatus",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "userId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "userSelfConnected",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GoogleAdReportingConnection",
                "description": null,
                "fields": [
                    {
                        "name": "adAccountsCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AppConnectionStatus",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GoogleAudience",
                "description": null,
                "fields": [
                    {
                        "name": "createdAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "externalId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fansCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GoogleAudienceShareStatus",
                "description": null,
                "fields": [
                    {
                        "name": "adAccountName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "audienceId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "audienceName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fansCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "processedFans",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "progress",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AudienceExportStatus",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "url",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "GoogleConnectionStatus",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "CONNECTED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "INVALID",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "NOT_CONNECTED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SCOPES_MISSING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TOS_NOT_ACCEPTED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GoogleUser",
                "description": null,
                "fields": [
                    {
                        "name": "grantedScopes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GoogleUserAdAccount",
                "description": null,
                "fields": [
                    {
                        "name": "businessAccountName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "label",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "INTERFACE",
                            "name": "Label",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GoogleUserConnection",
                "description": null,
                "fields": [
                    {
                        "name": "adAccounts",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GoogleUserConnectionAdAccount",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adAccountsCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "requiredScopes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "GoogleConnectionStatus",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "user",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GoogleUser",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GoogleUserConnectionAdAccount",
                "description": null,
                "fields": [
                    {
                        "name": "externalId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "GrowthPeriods",
                "description": null,
                "fields": [
                    {
                        "name": "growthPercentage",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "period",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "HackyNeo4jDate",
                "description": null,
                "fields": [
                    {
                        "name": "formatted",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INTERFACE",
                "name": "HasFingerprintRules",
                "description": null,
                "fields": [
                    {
                        "name": "rules",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FingerprintRule",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": [
                    { "kind": "OBJECT", "name": "Subaccount", "ofType": null },
                    { "kind": "OBJECT", "name": "Track", "ofType": null },
                    { "kind": "OBJECT", "name": "Vendor", "ofType": null }
                ]
            },
            {
                "kind": "OBJECT",
                "name": "Health",
                "description": "Based in graphql-product.",
                "fields": [
                    {
                        "name": "abacus",
                        "description": "Represents the health of the abacus service.",
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "collaborator",
                        "description": "Represents the health of the graphql-collaborator service.",
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": "Throwaway id field to allow for federation.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "participant",
                        "description": "Represents the health of the graphql-participant service.",
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "product",
                        "description": "Represents the health status of graphql-product.",
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxPayment",
                        "description": "Represents the health of graphql-tax-payment service.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "HfaPendingTracks",
                "description": null,
                "fields": [
                    {
                        "name": "hfaConfigurationCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "HighWaterMarkType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "DOWNLOAD_STORES",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "STREAMING_STORES",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "VIDEO_STORES",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "HistoryEventType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "FULL_DELIVERY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "METADATA_UPDATE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "SCALAR",
                "name": "ID",
                "description": "The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID.",
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ITunesLanguage",
                "description": null,
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Identity",
                "description": "Identity type is a general type that describes all palette of params associated with an identity\n(e.g. is an identity in active state or not, email, first and last names, auth0UserId and associated profiles that give access to different apps).",
                "fields": [
                    {
                        "name": "active",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adminResourceAccess",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "IdentityResourceAccess",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adminTenantTypes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AdminTenantType",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "applications",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Application",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "auth0UserId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "canManageUsers",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "canPerform",
                        "description": "Identity.canPerform is dependent on PP and is a WIP.\n\n**Only use this if your application is on-boarded to PP.**",
                        "args": [
                            {
                                "name": "resourceTypeActions",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "PPResourceTypeActionInput",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PPResourceTypeActionDecision",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "defaultBrand",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "email",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "firstName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "googleUserId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isAuthorizedForTenants",
                        "description": "Identity.isAuthorizedForTenants is dependent on PP and is a WIP.\n\n**Only use this if your application is on-boarded to PP.**",
                        "args": [
                            {
                                "name": "resourceTypeActions",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "PPResourceTypeActionInput",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PPResourceTypeActionAuthorizedTenants",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "localization",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "notifications",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "IdentityNotifications",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "numberFormat",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pending",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "picture",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "profiles",
                        "description": null,
                        "args": [
                            {
                                "name": "profileId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "profileType",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "ProfileType",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "profileUUID",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Profile",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "resourceAccess",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "resourceTypes",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "IdentityResourceAccess",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tenantProfileRoles",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "IdentityTenantProfileRoleResults",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tenantRoles",
                        "description": "Identity.tenantRoles is dependent on PP and is a WIP.\nOptional cursor is used to paginate the results.\n\n**Only use this if your application is on-boarded to PP.**",
                        "args": [
                            {
                                "name": "cursor",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "IdentityTenantRoleResults",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updatedOn",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "userAccounts",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "UserAccount",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "userTypes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "UserType",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "zendeskToken",
                        "description": null,
                        "args": [
                            {
                                "name": "tokenVersion",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": "\"v1\"",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "ZendeskToken",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "IdentityInput",
                "description": "IdentityInput describes all basic that should be set for create an identity.",
                "fields": null,
                "inputFields": [
                    {
                        "name": "email",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "firstName",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastName",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "localization",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "IdentityNotifications",
                "description": "IdentityNotifications describes number of received notifications with their messages.",
                "fields": [
                    {
                        "name": "count",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INTERFACE",
                                        "name": "Notification",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "IdentityResourceAccess",
                "description": "IdentityResourceAccess describes an access from Identity to resource\n(e.g.Vendor, Subaccount, LabelParticipant, ProfileResource or Collaborator) with appropriate roles (e.g. 'ADMINISTARTOR', 'ANALYTICS').",
                "fields": [
                    {
                        "name": "resource",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "UNION",
                            "name": "GenericResource",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "roles",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "Role",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updatedOn",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "IdentityTenantProfileRole",
                "description": null,
                "fields": [
                    {
                        "name": "identity",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Identity",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "role",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "RoleV2",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tenant",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INTERFACE",
                                "name": "Tenant",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "IdentityTenantProfileRoleResults",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "IdentityTenantProfileRole",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "IdentityTenantRole",
                "description": "IdentityTenantRole describes an Identity's role for a single Tenant.\nIt is a join type, and its unique identifier is the combination of\nIdentity, Tenant, and Role.\n\nAn Identity can have multiple roles for a single Tenant.\n\n**Only use this type if your application is on-boarded to PP.**",
                "fields": [
                    {
                        "name": "identity",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Identity",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "role",
                        "description": "IdentityTenantRole.role is being deprecated. Please use IdentityTenantRole.roleV2.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "roleV2",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "RoleV2",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tenant",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INTERFACE",
                                "name": "Tenant",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "IdentityTenantRoleResults",
                "description": "Paginated list of an Identity's TenantRoles.\n\n**Only use this if your application is on-boarded to PP",
                "fields": [
                    {
                        "name": "cursor",
                        "description": "cursor should be used for pagination.\n\n- When cursor is a string, this indicates more results are available. This\nshould be used to request the next page of results.\n- When cursor is null, this indicates there are no additional results.",
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "IdentityTenantRole",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "IdentityTenantRolesCreateInput",
                "description": "IdentityTenantRolesCreateInput is used to create an Identity's roles for a single Tenant.\nThis input type is used by the INVITE workflow.\n\n**Only use this type if your application is on-boarded to PP.**",
                "fields": null,
                "inputFields": [
                    {
                        "name": "rolesToAttach",
                        "description": "rolesToAttach contains the list of roles to add\nto the identity's roles for the tenant.",
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "PPRoleInput",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tenantType",
                        "description": "Tenant's type for which roles should be added.",
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "TenantType",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tenantUuid",
                        "description": "Tenant's UUID for which roles should be added.",
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "IdentityTenantRolesInput",
                "description": "IdentityTenantRolesInput is used to update an Identity's roles for a single Tenant.\n\n**Only use this type if your application is on-boarded to PP.**",
                "fields": null,
                "inputFields": [
                    {
                        "name": "identityId",
                        "description": "The Identity to update.",
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rolesToAttach",
                        "description": "rolesToAttach contains the list of roles to add/update\nto the identity's existing roles for the tenant.\n\nExisting roles that are not specified in this list\nwill not be updated.\n\nIf a role is present in both rolesToAttach and rolesToDetach,\nthe role will be removed for the identity's tenant roles.",
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "PPRoleInput",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rolesToDetach",
                        "description": "rolesToDetach contains the list of roles to remove (if present)\nfrom the identity's existing roles for the tenant.\n\nExisting roles that are not specified in this list\nwill not be updated.\n\nIf a role is present in both rolesToAttach and rolesToDetach,\nthe role will be removed for the identity's tenant roles.",
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "PPRoleInput",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tenantType",
                        "description": "Tenant's type for which roles should be updated.",
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "TenantType",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tenantUuid",
                        "description": "Tenant's UUID for which roles should be updated.",
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Imprint",
                "description": null,
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INTERFACE",
                "name": "IngestionFile",
                "description": null,
                "fields": [
                    {
                        "name": "errorFileUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "identity",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Identity",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ingestionCompleted",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastModified",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "originalFilename",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": [
                    {
                        "kind": "OBJECT",
                        "name": "NrIngestionFile",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "OwnershipNrIngestionFile",
                        "ofType": null
                    }
                ]
            },
            {
                "kind": "OBJECT",
                "name": "InitialOrder",
                "description": null,
                "fields": [
                    {
                        "name": "deliveryType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "initialOrderDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "SCALAR",
                "name": "Int",
                "description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.",
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "InventoryResult",
                "description": null,
                "fields": [
                    {
                        "name": "podcastId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "InvitationInput",
                "description": "InvitationInput describes all basic attributes that should be set for sent invitation: brand, email and vendContactId of user.",
                "fields": null,
                "inputFields": [
                    {
                        "name": "defaultBrand",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "email",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendContactId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Isrc",
                "description": "Based in graphql-product.",
                "fields": [
                    {
                        "name": "compositions",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PublishingCompositionsResults",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalSoundRecording",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GlobalSoundRecording",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isrc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tracks",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TrackResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "SCALAR",
                "name": "JSON",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "SCALAR",
                "name": "JSONObject",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "SCALAR",
                "name": "KeyedKafkaEvent",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "KnrWFormDetails",
                "description": null,
                "fields": [
                    {
                        "name": "wFormExpiry",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "wFormType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "KnrWFormDetailsInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "wFormExpiry",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "wFormType",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INTERFACE",
                "name": "Label",
                "description": "Based in graphql-knowledge",
                "fields": [
                    {
                        "name": "analytics",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "INTERFACE",
                            "name": "LabelAnalytics",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "demographicBreakdownV2",
                        "description": null,
                        "args": [
                            {
                                "name": "allTime",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AccountDemographics",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "features",
                        "description": "This should only be used if you want to grab label level feature flags\nsuch as in distribution use case where user context is not used for\ndetermining whether a feature is enabled.\n\n\n`Profile.features` is preferred for user facing applications.",
                        "args": [
                            {
                                "name": "prefix",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Feature",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "following",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "LabelId",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelSoundRecording",
                        "description": null,
                        "args": [
                            {
                                "name": "isrc",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "LabelSoundRecording",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "participantSearchV2",
                        "description": null,
                        "args": [
                            {
                                "name": "first",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "10",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "includeSubaccounts",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": "false",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "term",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "LabelParticipantSearchResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "products",
                        "description": null,
                        "args": [
                            {
                                "name": "filter",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "LabelProductFilterInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "{includeProductsWithDeletions: true}",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "5",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "order",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "LabelProductOrder",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INTERFACE",
                                "name": "LabelProductResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Temporary for federation. Use `id.subaccountId`."
                    },
                    {
                        "name": "summary",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "finLabelIds",
                                "description": "Financial label IDs to filter results. Usually, each account (label) has corresponding financial label ID.\nFor RCA Records this is E009.",
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "ids",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subscriptionTypes",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "SubscriptionType",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "type",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "AccountSummaryType",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "upperProfitCenters",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "UpperProfitCenter",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AccountSummary",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "timeseries",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "finLabelIds",
                                "description": "Financial label IDs to filter results. Usually, each account (label) has corresponding financial label ID.\nFor RCA Records this is E009.",
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "ids",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "resolution",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subscriptionTypes",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "SubscriptionType",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "type",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "AccountTimeseriesType",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "upperProfitCenters",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "UpperProfitCenter",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AccountTimeseries",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "topContent",
                        "description": null,
                        "args": [
                            {
                                "name": "aggregationType",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "AccountTopContentType",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "topSize",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AccountTopContent",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "uuid",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Temporary for federation. Use `id.vendorId`."
                    },
                    {
                        "name": "videoViewsSummary",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "15",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "type",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "AccountVideoViewsQueryType",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "viewsType",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "ViewsType",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AccountVideoViewsSummary",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "videoViewsTimeseries",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "15",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "type",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "AccountVideoViewsQueryType",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "viewsType",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "ViewsType",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AccountVideoViewsTimeseries",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": [
                    { "kind": "OBJECT", "name": "Subaccount", "ofType": null },
                    { "kind": "OBJECT", "name": "Vendor", "ofType": null }
                ]
            },
            {
                "kind": "ENUM",
                "name": "LabelAccess",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ALL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "NONE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SOME",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INTERFACE",
                "name": "LabelAnalytics",
                "description": null,
                "fields": [
                    {
                        "name": "aggregatedDownloads7Days",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GrowthPeriods",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "aggregatedDownloadsAllTime",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "albumDownloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GrowthPeriods",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelManager",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "LabelManager",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackDownloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GrowthPeriods",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackStreams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GrowthPeriods",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use trackStreams28Days."
                    },
                    {
                        "name": "trackStreams7Days",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GrowthPeriods",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackStreams28Days",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GrowthPeriods",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackStreamsAllTime",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": [
                    {
                        "kind": "OBJECT",
                        "name": "SubaccountAnalytics",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "VendorAnalytics",
                        "ofType": null
                    }
                ]
            },
            {
                "kind": "INTERFACE",
                "name": "LabelDeliveryStoreRelationship",
                "description": null,
                "fields": [
                    {
                        "name": "activeContractCarveouts",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "DistributionType",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deliveryStore",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "DeliveryStore",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "label",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INTERFACE",
                                "name": "Label",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": [
                    {
                        "kind": "OBJECT",
                        "name": "VendorDeliveryStoreRelationship",
                        "ofType": null
                    }
                ]
            },
            {
                "kind": "INTERFACE",
                "name": "LabelDeliveryStoreRelationshipResult",
                "description": null,
                "fields": [
                    {
                        "name": "relationships",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INTERFACE",
                                        "name": "LabelDeliveryStoreRelationship",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": [
                    {
                        "kind": "OBJECT",
                        "name": "VendorDeliveryStoreRelationshipResult",
                        "ofType": null
                    }
                ]
            },
            {
                "kind": "OBJECT",
                "name": "LabelId",
                "description": null,
                "fields": [
                    {
                        "name": "subaccountId",
                        "description": "This field should be 0 for a Vendor.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "LabelIdFilterInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "subaccountId",
                        "description": "Use this field to filter on labels with matching subaccountIds.\n- If used without vendorId it will match on subaccountId only.\n- If used in combination with vendorId, it will match both values with an AND clause. This is not required since it will return the same result as just specifying the subaccountId.\n- If you want to match a single vendorId without also matching its potential subaccounts, set this field to 0.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": "Use this field to filter on labels with matching vendorIds.\n- If used without subaccountId it will match on vendorId only, thus also return any related subaccounts.\n- If used in combination with subaccountId it will match both values with an AND clause.\n- If you want to match a single vendorId without also matching its potential subaccounts, set the subaccountId field to 0.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "LabelIdInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "subaccountId",
                        "description": "This field should be 0 for a Vendor.",
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": "This field can be null for a Subaccount. If it is non-null, it must be checked on the server.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "LabelIdentifier",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "CATALOG",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CLIENT_SERVICES",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "D3",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FILM",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FRONTLINE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TEST",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TV",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "LabelManager",
                "description": null,
                "fields": [
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "LabelParticipant",
                "description": "LabelParticipant is a tenant that is a part of a Vendor / Subaccount.",
                "fields": [
                    {
                        "name": "appleMusicId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "applications",
                        "description": "The applications that the LabelParticipant has access to.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "LabelParticipantApplication",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "artistInfo",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ArtistInfo",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Support for legacy system"
                    },
                    {
                        "name": "globalParticipant",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GlobalParticipant",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "label",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "INTERFACE",
                            "name": "Label",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productParticipations",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "LabelProductParticipation",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "projects",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Project",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "soundRecordingParticipations",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "LabelSoundRecordingParticipation",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "spotifyId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackParticipations",
                        "description": null,
                        "args": [
                            {
                                "name": "filter",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "LabelTrackParticipationFilterInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "LabelTrackParticipation",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "uuid",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "id will resolve to neo4j uuid"
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    { "kind": "INTERFACE", "name": "Tenant", "ofType": null }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "LabelParticipantApplication",
                "description": "LabelParticipantApplication describes the relationship between a LabelParticipant and an ApplicationV2.\nImplements TenantApplication interface.",
                "fields": [
                    {
                        "name": "application",
                        "description": "The Application that the LabelParticipant has access to.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ApplicationV2",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "roles",
                        "description": "The roles that the LabelParticipant has access to in the Application.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "RoleV2",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tenant",
                        "description": "The LabelParticipant that has access to the Application.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "LabelParticipant",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "url",
                        "description": "The URL to the application that is dependent on the LabelParticipant.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "TenantApplication",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "LabelParticipantInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "appleMusicId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "spotifyId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "LabelParticipantResults",
                "description": null,
                "fields": [
                    {
                        "name": "labelParticipants",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "LabelParticipant",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "LabelParticipantSearchResult",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "LabelParticipantSearchResultScoredItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "queryType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "LabelParticipantSearchResultScoredItem",
                "description": null,
                "fields": [
                    {
                        "name": "item",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "LabelParticipant",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "score",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "LabelProductFilterInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "countries",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "endDate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "includeProductsWithDeletions",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": "true",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saleStartDateGte",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saleStartDateMonthsBack",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "startDate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storeIds",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "LabelProductOrder",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "by",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "LabelProductOrderBy",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "direction",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "OrderDir",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "LabelProductOrderBy",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "DOWNLOADS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DOWNLOADS_ALL_TIME",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DOWNLOADS_GROWTH_PERCENTAGE_7_DAYS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DOWNLOADS_GROWTH_PERCENTAGE_28_DAYS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SALE_START_DATE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "STREAMS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "STREAMS_1_DAY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "STREAMS_7_DAYS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "STREAMS_28_DAYS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "STREAMS_ALL_TIME",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "STREAMS_GROWTH_PERCENTAGE_1_DAY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "STREAMS_GROWTH_PERCENTAGE_7_DAYS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "STREAMS_GROWTH_PERCENTAGE_28_DAYS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "LabelProductParticipation",
                "description": null,
                "fields": [
                    {
                        "name": "labelParticipant",
                        "description": "Nullable when a user only has access to specific label participant(s) but not all participants on a product.",
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "LabelParticipant",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "participated_as",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "product",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Product",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "role",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use participated_as."
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INTERFACE",
                "name": "LabelProductResult",
                "description": null,
                "fields": [
                    {
                        "name": "products",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Product",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": [
                    {
                        "kind": "OBJECT",
                        "name": "SubaccountProductResult",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "VendorProductResult",
                        "ofType": null
                    }
                ]
            },
            {
                "kind": "OBJECT",
                "name": "LabelSoundRecording",
                "description": null,
                "fields": [
                    {
                        "name": "globalSoundRecording",
                        "description": "Returns the GlobalSoundRecording related to this LabelSoundRecording.\n\nThis field may be null if the LabelSoundRecording has not been released yet.",
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GlobalSoundRecording",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isrc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "label",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INTERFACE",
                                "name": "Label",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "participations",
                        "description": "Fetch all LabelSoundRecordingParticipations ordered by sequenceNumber.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LabelSoundRecordingParticipation",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tracks",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Track",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "LabelSoundRecordingParticipation",
                "description": null,
                "fields": [
                    {
                        "name": "participant",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "LabelParticipant",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "role",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ParticipationRole",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sequenceNumber",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "soundRecording",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "LabelSoundRecording",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "LabelSoundRecordingParticipationInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "labelParticipantId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "participationRoleName",
                        "description": "The `name` of a `ParticipationRole`.",
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sequenceNumber",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "LabelTrackParticipation",
                "description": null,
                "fields": [
                    {
                        "name": "participant",
                        "description": "Nullable when a user only has access to specific label participant(s) but not all participants on a track.",
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "LabelParticipant",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "participatedAs",
                        "description": "This is the raw value as stored in the database. It has a lot of values and inconsistent space/underscoring.\n\nFor full details, see here.\nhttps://docs.google.com/spreadsheets/d/1-0jKml4qP5HtunzM0gRUsuN7b-NTBeIFs4aZvMCnWM8/edit#gid=1453061484",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "This field should be considered temporary and may change."
                    },
                    {
                        "name": "participated_as",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use participatedAs, this field is an implementation detail"
                    },
                    {
                        "name": "track",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Track",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "LabelTrackParticipationFilterInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "participated_as",
                        "description": "Filter on the participatedAs field. This is the raw database field which has a bunch of bad data in it.\nSee `LabelTrackParticipation.participatedAs` for more information",
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "participated_as_in",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "LabelType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ALL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SUBACCOUNT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "VENDOR",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "LabelUuid",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "uuid",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Language",
                "description": null,
                "fields": [
                    {
                        "name": "appleCompatible",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "code",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "iso_639_1_code",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "iso_639_3_code",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "LogoutMobileDeviceInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "deviceId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "refreshToken",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "SCALAR",
                "name": "Long",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "MainArtist",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "HAS_FEATURED_ARTIST",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "HAS_PRIMARY_ARTIST",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MarketRank",
                "description": null,
                "fields": [
                    {
                        "name": "countryCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "marketRank",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MarketStreams",
                "description": null,
                "fields": [
                    {
                        "name": "countryCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "growthPercentage",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "region",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Region",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MarketingArtistsItem",
                "description": null,
                "fields": [
                    {
                        "name": "globalParticipant",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalParticipant",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labels",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INTERFACE",
                                        "name": "Label",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MarketingArtistsResult",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "MarketingArtistsItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "limit",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "offset",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "total",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "MarketingHighlightStore",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "MARKETING_HIGHLIGHTS_STORE_APPLE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MARKETING_HIGHLIGHTS_STORE_SPOTIFY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "MarketingHighlightsInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "countryId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "marketingHighlight",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "store",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "MarketingHighlightStore",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MarketingPriority",
                "description": null,
                "fields": [
                    {
                        "name": "priorityId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "priorityType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "ENUM",
                            "name": "PriorityType",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "territoryId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "MarketingProgram",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ARTISTS_BIO_ADDED_OR_UPDATED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ARTIST_PHOTOS_ADDED_OR_UPDATED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "AWARDS_FOR_THE_ARTIST_OR_RELEASE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FEATURED_BLURB",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FLASHLIGHT_BLURB",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "GREAT_CHART_POSITION_ACHIEVED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MARKETING_BLURB",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MARKETING_DRIVERS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MARKETING_HIGHLIGHTS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "NEW_DIGITAL_ONLY_RELEASE_COMING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "NEW_RELEASE_COMING_SOON",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ONE_SHEET",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "OTHER_MAJOR_PUBLIC_APPEARANCE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PRESS_COVERAGE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PRESS_KIT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "RADIO_ADD",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SOUNDS_LIKE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "STRONG_CD_SALES_INFO",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SYNC_HIGHLIGHTS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TOUR_PLANS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TRACK_LYRICS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TV_APPEARANCE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MarketingProgramInfo",
                "description": null,
                "fields": [
                    {
                        "name": "attachment",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "client",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "MarketingProgramInfoClient",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "dateAdded",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "description",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "entityId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "entityType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "MarketingProgramInfoEntity",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastUpdated",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "marketingProgram",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "MarketingProgram",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "marketingProgramInfoId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "scope",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "MarketingProgramInfoScope",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subject",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "MarketingProgramInfoClient",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "MARKETING_PROGRAM_INFO_ALW_CLIENT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MARKETING_PROGRAM_INFO_OA_CLIENT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "MarketingProgramInfoDataInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "client",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "MarketingProgramInfoClient",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "description",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "entityId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "entityType",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "MarketingProgramInfoEntity",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "marketingProgram",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "MarketingProgram",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subject",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "MarketingProgramInfoEntity",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "MARKETING_PROGRAM_INFO_ARTIST",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MARKETING_PROGRAM_INFO_LABEL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MARKETING_PROGRAM_INFO_PRODUCT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MARKETING_PROGRAM_INFO_PROJECT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "MarketingProgramInfoInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "data",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "MarketingProgramInfoDataInput",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "MarketingProgramInfoScope",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "MARKETING_PROGRAM_INFO_INTERNAL_SCOPE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MARKETING_PROGRAM_INFO_PUBLIC_SCOPE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "MarketingProgramInfoUpsert",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "attachment",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "client",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "MarketingProgramInfoClient",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "description",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "marketingProgram",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "MarketingProgram",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "marketingProgramInfoId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "scope",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "MarketingProgramInfoScope",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subject",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MarketingRostersItem",
                "description": null,
                "fields": [
                    {
                        "name": "adConsentFansCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "customListId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "emailConsentFansCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "engagementBenchmark",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "engagementRatio",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fanDataOwner",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fansCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fansCount6MonthChange",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fansCount6MonthPercentChange",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fansCount7DaysChange",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fansCount7DaysPercentChange",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fansCount28DaysChange",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fansCount28DaysPercentChange",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalParticipant",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GlobalParticipant",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "instagramFollowers",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "label",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "INTERFACE",
                            "name": "Label",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "spotifyMonthlyListeners",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tiktokFollowers",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MarketingRostersResult",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "MarketingRostersItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "limit",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "offset",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "total",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MarketingTerritory",
                "description": null,
                "fields": [
                    {
                        "name": "category",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MechanicalDeduction",
                "description": null,
                "fields": [
                    {
                        "name": "adminFee",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adminType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "mechanicalDeductionId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "mechanicalType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "MechanicalDeductionInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "adminFee",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adminType",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "mechanicalType",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "MechanicalDeductionUpdate",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "adminFee",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adminType",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "mechanicalDeductionId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "mechanicalType",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MetaAdAccount",
                "description": null,
                "fields": [
                    {
                        "name": "adReportingConnectionStatus",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AppConnectionStatus",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adReportingSelfConnected",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "businessAccountName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "businessAccountPicture",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "campaignsCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "externalId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isSelfConnected",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "label",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "INTERFACE",
                            "name": "Label",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "userAdAccountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "userConnectionStatus",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "MetaConnectionStatus",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "userSelfConnected",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MetaAdReportingConnection",
                "description": null,
                "fields": [
                    {
                        "name": "adAccountsCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AppConnectionStatus",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MetaAdReportingConnectionCredentials",
                "description": null,
                "fields": [
                    {
                        "name": "connectCardUri",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "connectionId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MetaAudience",
                "description": null,
                "fields": [
                    {
                        "name": "createdAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "externalId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fansCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MetaAudienceShareStatus",
                "description": null,
                "fields": [
                    {
                        "name": "adAccountName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "audienceId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "audienceName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fansCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "processedFans",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "progress",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AudienceExportStatus",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "url",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "MetaConnectionStatus",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "CONNECTED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "INVALID",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "NOT_CONNECTED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SCOPES_MISSING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TOS_NOT_ACCEPTED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MetaUser",
                "description": null,
                "fields": [
                    {
                        "name": "grantedScopes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "picture",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MetaUserAdAccount",
                "description": null,
                "fields": [
                    {
                        "name": "businessAccountName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "businessAccountPicture",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "label",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "INTERFACE",
                            "name": "Label",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MetaUserConnection",
                "description": null,
                "fields": [
                    {
                        "name": "adAccounts",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "MetaUserConnectionAdAccount",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adAccountsCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Please, use adAccounts field instead"
                    },
                    {
                        "name": "requiredScopes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "MetaConnectionStatus",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "user",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "MetaUser",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MetaUserConnectionAdAccount",
                "description": null,
                "fields": [
                    {
                        "name": "businessAccountName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "businessAccountPicture",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "customAudienceTosAccepted",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "customAudienceTosUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MetricData",
                "description": null,
                "fields": [
                    {
                        "name": "artistId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use GlobalSoundRecording.globalParticipants"
                    },
                    {
                        "name": "artistName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use GlobalSoundRecording.globalParticipants"
                    },
                    {
                        "name": "genreName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "growthPercentage1Day",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use analytics.streams.growthPeriods[_1_DAY].growthPercentage"
                    },
                    {
                        "name": "growthPercentage7Days",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use analytics.streams.growthPeriods[_7_DAYS].growthPercentage"
                    },
                    {
                        "name": "growthPercentage28Days",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use analytics.streams.growthPeriods[_28_DAYS].growthPercentage"
                    },
                    {
                        "name": "labelCountry",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "releaseDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams1Day",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use analytics.streams.growthPeriods[_1_DAY].value"
                    },
                    {
                        "name": "streams7Days",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use analytics.streams.growthPeriods[_7_DAYS].value"
                    },
                    {
                        "name": "streams28Days",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use analytics.streams.growthPeriods[_28_DAYS].value"
                    },
                    {
                        "name": "streamsAllTime",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use GlobalSoundRecording.analytics.aggregateStreams.allTime"
                    },
                    {
                        "name": "subaccountCountry",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccountName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use GlobalSoundRecording.name"
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MetricMetadata",
                "description": null,
                "fields": [
                    {
                        "name": "songsInCatalog",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalResults",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Metrics",
                "description": null,
                "fields": [
                    {
                        "name": "aggregate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "MetricData",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Please use fields on GlobalSoundRecording.analytics"
                    },
                    {
                        "name": "metadata",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "MetricMetadata",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sources",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Store",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MonetaryValue",
                "description": null,
                "fields": [
                    {
                        "name": "amount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Decimal",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currencyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MoneyhubAccountActivity",
                "description": null,
                "fields": [
                    {
                        "name": "adjustments",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "advances",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "expenses",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "physicalReserves",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "revenue",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MoneyhubAccountRevenue",
                "description": null,
                "fields": [
                    {
                        "name": "currencyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "grossRevenuePayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "netRevenuePayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MoneyhubAccountStatementPeriodRevenue",
                "description": null,
                "fields": [
                    {
                        "name": "currencyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "grossRevenuePayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "netRevenuePayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriod",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusStatementPeriod",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriodId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use statementPeriod.statementPeriodId."
                    },
                    {
                        "name": "statementPeriodName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use statementPeriod.statementPeriodName."
                    },
                    {
                        "name": "statementPeriodStatus",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use statementPeriod.statementPeriodStatus."
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MoneyhubContract",
                "description": null,
                "fields": [
                    {
                        "name": "accountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "MoneyhubCreateCustomReportInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "accountId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "dimensionColumn",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "ReportDimensionColumnType",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "dimensionRow",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "ReportDimensionRowType",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "revenueType",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "ReportRevenueType",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriodIds",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MoneyhubCustomReport",
                "description": null,
                "fields": [
                    {
                        "name": "accountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contract",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusContract",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdBy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "dimensionColumn",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "ReportDimensionColumnType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "dimensionRow",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "ReportDimensionRowType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fileLocation",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reportCustomId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reportCustomStatus",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "revenueType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "ReportRevenueType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriodIds",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MoneyhubDeleteCustomReportResponse",
                "description": null,
                "fields": [
                    {
                        "name": "deleted",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MoneyhubExpense",
                "description": null,
                "fields": [
                    {
                        "name": "adjustmentAmountPayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adjustmentPayeeCurrencyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "applyToStatementPeriodId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "artist",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "DimArtist",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contract",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusContract",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "distributionType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "imprint",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Imprint",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "note",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "product",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Product",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "referenceAdjustmentTypeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "referenceAdjustmentTypeName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriodAdjustmentFileId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Subaccount",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "upc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "worksheetAdjustmentDetailId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MoneyhubExpenseArtist",
                "description": null,
                "fields": [
                    {
                        "name": "artist",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "DimArtist",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MoneyhubExpenseList",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "MoneyhubExpense",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalRecords",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MoneyhubExpenseSubaccount",
                "description": null,
                "fields": [
                    {
                        "name": "subaccount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Subaccount",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MoneyhubExpenseUpc",
                "description": null,
                "fields": [
                    {
                        "name": "accountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "distributionType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "product",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Product",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "upc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MoneyhubLedgerAdjustment",
                "description": null,
                "fields": [
                    {
                        "name": "accountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "activityStatementPeriodId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adjustmentAmountPayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adjustmentPayeeCurrencyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "applyToStatementPeriodId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contract",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusContract",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "note",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "referenceAdjustmentTypeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "referenceAdjustmentTypeName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "worksheetAdjustmentId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MoneyhubPaymentEntityVat",
                "description": null,
                "fields": [
                    {
                        "name": "vatData",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MoneyhubReserveReleaseSchedule",
                "description": null,
                "fields": [
                    {
                        "name": "abacusEventId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contract",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusContract",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currencyCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currentPeriodReserveTotal",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ledgerReserveTakenId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "liquidationEndPeriodId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "liquidationEndPeriodName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "liquidationStartPeriodId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "liquidationStartPeriodName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "priorPeriodReserveTotal",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reserveTotal",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reservesRemaining",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "takenStatementPeriodId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "takenStatementPeriodName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MoneyhubRevenueByActivityMonth",
                "description": null,
                "fields": [
                    {
                        "name": "accountPayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "activityMonthName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "activityPeriodId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "grossRevenuePayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "netSharePayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MoneyhubRevenueByActivityMonthList",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "MoneyhubRevenueByActivityMonth",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalRecords",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MoneyhubRevenueByArtist",
                "description": null,
                "fields": [
                    {
                        "name": "account",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusAccount",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountPayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "artistId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "artistName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contract",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusContract",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "grossRevenuePayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "netRevenuePayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MoneyhubRevenueByArtistList",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "MoneyhubRevenueByArtist",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalRecords",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MoneyhubRevenueByCountry",
                "description": null,
                "fields": [
                    {
                        "name": "account",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusAccount",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use account.accountId."
                    },
                    {
                        "name": "countryCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "grossRevenuePayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "netRevenuePayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MoneyhubRevenueByImprint",
                "description": null,
                "fields": [
                    {
                        "name": "account",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusAccount",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountPayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "grossRevenuePayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "imprint",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "imprintid",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "netSharePayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MoneyhubRevenueByImprintList",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "MoneyhubRevenueByImprint",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalRecords",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MoneyhubRevenueByProduct",
                "description": null,
                "fields": [
                    {
                        "name": "accountPayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "grossRevenuePayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "netSharePayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "product",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Product",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MoneyhubRevenueByProductList",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "MoneyhubRevenueByProduct",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalRecords",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MoneyhubRevenueByRecording",
                "description": null,
                "fields": [
                    {
                        "name": "accountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountPayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "artist",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "grossRevenuePayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isrc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "netSharePayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recordingId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recordingTitle",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "version",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MoneyhubRevenueByRecordingList",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "MoneyhubRevenueByRecording",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalRecords",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MoneyhubRevenueByStatementPeriod",
                "description": null,
                "fields": [
                    {
                        "name": "accountPayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "grossRevenuePayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "netRevenuePayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriodId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriodName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriodStatus",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MoneyhubRevenueByStore",
                "description": null,
                "fields": [
                    {
                        "name": "accountPayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "grossRevenuePayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "netRevenuePayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "store",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "DeliveryStore",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use store.id."
                    },
                    {
                        "name": "storeName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use store.name."
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MoneyhubRevenueByStoreList",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "MoneyhubRevenueByStore",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalGrossRevenuePayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalNetRevenuePayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalRecords",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MoneyhubRevenueBySubaccount",
                "description": null,
                "fields": [
                    {
                        "name": "accountPayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "grossRevenuePayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "netRevenuePayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccountName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MoneyhubRevenueBySubaccountList",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "MoneyhubRevenueBySubaccount",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalRecords",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MoneyhubRevenueByTrack",
                "description": null,
                "fields": [
                    {
                        "name": "account",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusAccount",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountPayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contract",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusContract",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "grossRevenuePayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "netRevenuePayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "track",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Track",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MoneyhubRevenueByTrackList",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "MoneyhubRevenueByTrack",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalRecords",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MoneyhubRevenueByTransactionType",
                "description": null,
                "fields": [
                    {
                        "name": "accountPayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "grossRevenuePayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "netRevenuePayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "quantity",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "BigInt",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transactionTypeDesc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transactionTypeGroupName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transactionTypeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MoneyhubRevenueByTransactionTypeList",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "MoneyhubRevenueByTransactionType",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalGrossRevenuePayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalNetRevenuePayeeCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MoneyhubStatementAttachment",
                "description": null,
                "fields": [
                    {
                        "name": "accountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "failureReason",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fileLocation",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fileType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "invoiceNumber",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementAttachmentId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementAttachmentStatus",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementAttachmentType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriodId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MoneyhubStatementInvoice",
                "description": null,
                "fields": [
                    {
                        "name": "accountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "failureReason",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fileLocation",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "invoiceNumber",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementAttachmentId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementAttachmentStatus",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementAttachmentType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriodId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "MoveTarget",
                "description": null,
                "fields": [
                    {
                        "name": "displayName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "escalationType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "showInUI",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "targetGroup",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TargetGroup",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Mutation",
                "description": "Mutation allows to insert new data or modify the existing data on the server-side related to users and their identities.\nAll SettingsV2 mutations require an Authorization header with a valid JWT.",
                "fields": [
                    {
                        "name": "abacusCloseStatementPeriod",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AbacusStatementPeriodInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusStatementPeriod",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusContractLifecycleSchedulesUpdate",
                        "description": null,
                        "args": [
                            {
                                "name": "contractId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "AbacusContractLifecycleScheduleUpdate",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AbacusContractLifecycleSchedule",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusCreateAccount",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AbacusAccountInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusAccount",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusCreateAccountPayeePayoneerRegistrationLink",
                        "description": null,
                        "args": [
                            {
                                "name": "accountPayeeId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PayoneerRegistrationLink",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusCreateAccountPaymentTerm",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AbacusAccountPaymentTermInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusAccountPaymentTerm",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusCreateAccountingPeriod",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AbacusAccountingPeriodInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusAccountingPeriod",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusCreateContract",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AbacusContractInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusContract",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusCreateContractAdvance",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AbacusContractAdvanceInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusContractAdvance",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusCreateContractMechanicalDeductions",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "AbacusContractMechanicalDeductionCreate",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AbacusContractMechanicalDeduction",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusCreateContractParty",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AbacusContractPartyInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusContractParty",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusCreateContractReserve",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AbacusContractReserveInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusContractReserve",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusCreateContractTerm",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AbacusContractTermInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusContractTerm",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusCreateContractTermConditions",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AbacusContractTermConditionBulkInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AbacusContractTermCondition",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusCreateContractWithLifecycles",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AbacusContractWithLifecyclesInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusContract",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusCreateEvent",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AbacusEventCreate",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusEvent",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusCreateOrDeleteScheduleAttachments",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "CreateOrDeleteAbacusScheduleAttachmentInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusUpdateResponse",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusCreatePaymentGroup",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AbacusPaymentGroupCreate",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusPaymentGroupCreateResponse",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusCreatePaymentGroupPayment",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AbacusPaymentGroupPaymentCreate",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusPaymentGroupPayment",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusCreatePaymentHold",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AbacusPaymentHoldInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusPaymentHold",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusCreateRunController",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AbacusRunControllerInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusRunController",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusCreateSalesFile",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AbacusSalesFileInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusSalesFile",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusCreateStatementPeriodAdjustmentFile",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AbacusStatementPeriodAdjustmentFileInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusStatementPeriodAdjustmentFile",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusDeleteContractMechanicalDeduction",
                        "description": null,
                        "args": [
                            {
                                "name": "contractMechanicalDeductionId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusDeleteResponse",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusDeleteReportPaymentGroupPayment",
                        "description": null,
                        "args": [
                            {
                                "name": "reportPaymentGroupPaymentId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusSoftDeleteResponse",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusReactivateContract",
                        "description": null,
                        "args": [
                            {
                                "name": "contractId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusContract",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusSetAccountPayeeKnrDetails",
                        "description": null,
                        "args": [
                            {
                                "name": "accountPayeeId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "AbacusAccountPayeeKnrDetailsInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusAccountPayeeKnrDetails",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusSetAccountPayeeTaxDetails",
                        "description": null,
                        "args": [
                            {
                                "name": "accountPayeeId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "forceBypassVat",
                                "description": "Force bypass VAT validation in ows-payee.\n\nIf the HMRC, VIES APIs is unreachable, this flag allows some specific users with appropriate roles\nbypass VAT validation with API and check format with the local regex rules only.",
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "AbacusAccountPayeeTaxDetailsInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "UNION",
                                "name": "AbacusSetAccountPayeeTaxDetailsMutationResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusSoftDeleteContractAdvance",
                        "description": null,
                        "args": [
                            {
                                "name": "contractAdvanceId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusSoftDeleteResponse",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusSoftDeleteContractParty",
                        "description": null,
                        "args": [
                            {
                                "name": "contractPartyId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusSoftDeleteResponse",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusSoftDeleteContractTerm",
                        "description": null,
                        "args": [
                            {
                                "name": "contractTermId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusSoftDeleteResponse",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusSoftDeleteContractTermConditions",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AbacusContractTermConditionSoftDelete",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusContractTermConditionSoftDeleteResponse",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusSoftDeletePaymentGroupPayment",
                        "description": null,
                        "args": [
                            {
                                "name": "paymentGroupPaymentId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusSoftDeleteResponse",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusSoftDeletePaymentGroupPaymentAccount",
                        "description": null,
                        "args": [
                            {
                                "name": "paymentGroupPaymentAccountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusSoftDeleteResponse",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusSoftDeleteStatementPeriodAdjustmentFile",
                        "description": null,
                        "args": [
                            {
                                "name": "statementPeriodAdjustmentFileId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusSoftDeleteResponse",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusSoftDeleteWorksheetAdjustmentAndDetails",
                        "description": null,
                        "args": [
                            {
                                "name": "statementPeriodAdjustmentFileId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusSoftDeleteResponse",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusTerminateContract",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "AbacusContractTerminate",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusContract",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusUpdateAccount",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AbacusAccountUpdate",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusAccount",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusUpdateAccountPayee",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "AbacusAccountPayeeUpdate",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusAccountPayee",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusUpdateAccountPaymentTerm",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AbacusAccountPaymentTermUpdate",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusAccountPaymentTerm",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusUpdateAccountTaxInfo",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AbacusAccountTaxInfoInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusAccountTaxInfo",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusUpdateAccountingPeriod",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AbacusAccountingPeriodUpdate",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusAccountingPeriod",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusUpdateAccountingPeriodState",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AbacusAccountingPeriodStateUpdate",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AbacusState",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusUpdateAccountingRun",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AbacusAccountingRunUpdate",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusAccountingRun",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusUpdateContract",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AbacusContractUpdate",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusContract",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusUpdateContractAdvance",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AbacusContractAdvanceUpdateInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusContractAdvance",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusUpdateContractExclusions",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AbacusContractExclusionInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusContractExclusion",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusUpdateContractMechanicalDeduction",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "AbacusContractMechanicalDeductionUpdate",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusContractMechanicalDeduction",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusUpdateContractReserve",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AbacusContractReserveInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusContractReserve",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusUpdateContractTerm",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AbacusContractTermUpdate",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusContractTerm",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusUpdateContractTermConditions",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AbacusContractTermConditionBulkUpdate",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AbacusContractTermCondition",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusUpdatePaymentGroupPayment",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AbacusPaymentGroupPaymentUpdate",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusState",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusUpdatePaymentGroupPaymentAccount",
                        "description": null,
                        "args": [
                            {
                                "name": "note",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "paymentGroupPaymentAccountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusPaymentGroupPaymentAccount",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusUpdatePaymentGroupPaymentApproval",
                        "description": null,
                        "args": [
                            {
                                "name": "paymentGroupPaymentId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "reportExportUrl",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusPaymentGroupPaymentReport",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusUpdatePaymentMinimums",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "AbacusPaymentMinimumUpdate",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusPaymentMinimum",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusUpdateState",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AbacusStateUpdate",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusState",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusUpdateStatementPeriodAdjustmentFile",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AbacusStatementPeriodAdjustmentFileUpdate",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusStatementPeriodAdjustmentFile",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusUpdateStatementPeriodPaymentEntity",
                        "description": null,
                        "args": [
                            {
                                "name": "paymentEntityId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusStatementPeriodPaymentEntity",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusUploadExchangeRates",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AbacusExchangeRatesInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusExchangeRates",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusUpsertAccountContractVatDetail",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "AbacusAccountContractVatDetailInput",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AbacusAccountContractVatDetail",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusWorksheetAdjustmentAndDetailsImport",
                        "description": null,
                        "args": [
                            {
                                "name": "statementPeriodAdjustmentFileId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusImportResponse",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountPayeeUSTaxFormInfo",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "USTaxFormInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INTERFACE",
                                "name": "AccountPayeeTaxFormInfo",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountRegisterPayee",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "PayeeRegistrationInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PayeeRegistrationDetails",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "activateUser",
                        "description": null,
                        "args": [
                            {
                                "name": "identityId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Identity",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "addAdReportingCampaignToReports",
                        "description": null,
                        "args": [
                            {
                                "name": "adReportingCampaignId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "adReportingReportIds",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "String",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "addAdReportingReportToCampaigns",
                        "description": null,
                        "args": [
                            {
                                "name": "adReportingCampaignIds",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "String",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "adReportingReportId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "addReportsToRoyalties",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "AddReportsToRoyaltiesInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "CollaboratorTransaction",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "addUserIdentity",
                        "description": "This mutation is used to add a new user and can take PP roles. It is used by SettingsV1.\nIt adds roles to many tenants.",
                        "args": [
                            {
                                "name": "createAuth0User",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": "true",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "identity",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "IdentityInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "masterContact",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": "false",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "resourceAccess",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "ResourceAccessInput",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "tenantRoles",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "IdentityTenantRolesCreateInput",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": "[]",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "userMetadataFlags",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "UserMetadataFlag",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": "[]",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Identity",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "agreeTermsAndConditions",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CollaboratorsAgreeTermsAndConditionsInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "CollaboratorsAgreedTermsAndConditions",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "approve",
                        "description": null,
                        "args": [
                            {
                                "name": "cannedResponseId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "note",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "reviewQueueId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ApproveResponse",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "approveProduct",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ApproveProductInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Product",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "approveVideoSingleProduct",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "ApproveVideoSingleProductInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Product",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "approveWorksheetPaymentContractAdvanceSalesforceId",
                        "description": null,
                        "args": [
                            {
                                "name": "worksheetPaymentContractAdvanceId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "WorksheetPaymentContractAdvance",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "archiveAudience",
                        "description": null,
                        "args": [
                            {
                                "name": "audienceId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "assignArtistToAdReportingCampaign",
                        "description": null,
                        "args": [
                            {
                                "name": "adReportingCampaignId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "globalParticipantId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "assignArtistsToAdReportingCampaign",
                        "description": null,
                        "args": [
                            {
                                "name": "adReportingCampaignId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "globalParticipantIds",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "String",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "assignLabelsToGoogleAdAccounts",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "AdAccountLabelPairInput",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AdAccountLabelPair",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "assignLabelsToMetaAdAccounts",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "AdAccountLabelPairInput",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AdAccountLabelPair",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "assignLabelsToTiktokAdAccounts",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "TiktokAdAccountLabelPairInput",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TiktokAdAccountLabelPair",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "associatePublishingCompositionToSoundRecordings",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "AssociatePublishingCompositionInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PublishingComposition",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "cancelTransferWiseBatchPayment",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CancelTransferWiseBatchPaymentInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TransferWiseBatch",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "clearRecentlyVisitedItems",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "closeStatementPeriod",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CloseStatementPeriodInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "CollaboratorsStatementPeriod",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "completeBulkMetadataUpload",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CompleteBulkMetadataUploadInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "BulkSession",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "confirmFundsForWorksheetPaymentContractAdvance",
                        "description": null,
                        "args": [
                            {
                                "name": "worksheetPaymentContractAdvanceId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "WorksheetPaymentContractAdvance",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "connectGoogleAdReporting",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ConnectGoogleAdReportingInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ConnectGoogleAdReportingResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "connectGoogleUser",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ConnectGoogleUserInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GoogleUserConnection",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "connectMetaAdReporting",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ConnectMetaAdReportingInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "MetaAdReportingConnectionCredentials",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "connectMetaUser",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ConnectMetaUserInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "MetaUserConnection",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "connectShopifyStore",
                        "description": null,
                        "args": [
                            {
                                "name": "globalParticipantId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "redirectUri",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "shopDomain",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subaccountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ShopifyStoreConnectionCredentials",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "connectTiktokAdReporting",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ConnectTiktokAdReportingInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ConnectTiktokAdReportingResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "connectTiktokUser",
                        "description": null,
                        "args": [
                            {
                                "name": "accessToken",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TiktokUserConnection",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createAbacusSchedule",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "CreateAbacusScheduleInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusSchedule",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createAdRead",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "CreateAdReadInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AdRead",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createAdReadComment",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "CreateAdReadCommentInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AdReadComment",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createAdReportingReport",
                        "description": null,
                        "args": [
                            {
                                "name": "campaignIds",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "String",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "name",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AdReportingReport",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createAssetUploadToken",
                        "description": null,
                        "args": [
                            {
                                "name": "assetType",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AssetUploadToken",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createAudience",
                        "description": null,
                        "args": [
                            {
                                "name": "fanDataListIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FsAudienceFanDataListItemInput",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "filters",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "AudienceFiltersInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "name",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subaccountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "target",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "AudienceTarget",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Audience",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createBulkSession",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CreateBulkSessionInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "BulkSession",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createBundledProduct",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CreateBundledProductInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Product",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createChangelogRecord",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CreateChangelogRecordInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ChangelogRecord",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createChangelogReport",
                        "description": null,
                        "args": [
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "entityId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "type",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "ReportType",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ChangelogReport",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createCloseBalanceEvent",
                        "description": null,
                        "args": [
                            {
                                "name": "statementPeriodPaymentEntityId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusEvent",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createCollaborator",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CollaboratorInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Collaborator",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createCollaboratorTransactions",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "CreateCollaboratorTransactionInput",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "CollaboratorTransaction",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createCollaboratorsVendorAgreement",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "CollaboratorsVendorAgreementInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "CollaboratorsVendorAgreement",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createEmailCampaign",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CreateEmailCampaignInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "EmailCampaign",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createEpisode",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CreateEpisodeInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "UNION",
                                "name": "CreateEpisodeResponseOrEpisode",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createEpisodeInsertionPoints",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "CreateEpisodeInsertionPointsInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "EpisodeInsertionPointResult",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createEpisodeLink",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "CreateEpisodeLinkInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "EpisodeLink",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createFeed",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "CreateFeedInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Podcast",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createGlobalParticipantLink",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CreateGlobalParticipantLinkInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createGlobalProductLink",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CreateGlobalProductLinkInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createGlobalSoundRecordingFromSpotify",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "SpotifyTrackInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalSoundRecording",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createGlobalSoundRecordingLink",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "CreateGlobalSoundRecordingLinkInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createIdentity",
                        "description": "createIdentity is the mutation used by the SettingsV2.\nIt creates a new identity and assigns roles for a single tenant.\nIt will support PP roles soon: https://theorchard.atlassian.net/browse/PLATFORM-4299",
                        "args": [
                            {
                                "name": "identity",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "IdentityInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "tenantProfileRoles",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "TenantProfileRolesCreateInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Identity",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createInventory",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "CreateInventoryInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "InventoryResult",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createLabelParticipant",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "LabelParticipantInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subaccountId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "LabelParticipant",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createMarketingProgramInfo",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "MarketingProgramInfoInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createMechanicalDeduction",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "MechanicalDeductionInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "MechanicalDeduction",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createNrContributor",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CreateNrContributorInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NrContributor",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createNrDeliveryClaim",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "NrDeliveryClaimInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NrDeliveryClaim",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createNrDeliveryJobs",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CreateNrDeliveryJobsInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "NrDeliveryJob",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createNrDeliveryOrder",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "NrDeliveryOrderInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NrDeliveryOrder",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createNrDeliveryQueueItem",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "NrDeliveryQueueItemInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NrDeliveryQueueItem",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createNrParticipant",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CreateNrParticipantInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NrParticipant",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createNrSoundRecording",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CreateNrSoundRecordingInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NrSoundRecording",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createNrSoundRecordingAndContribution",
                        "description": null,
                        "args": [
                            {
                                "name": "nrContribution",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "NrContributionInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "nrsr",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CreateNrSoundRecordingInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NrSoundRecordingAndContribution",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createOrUpdateContribution",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "NrContributionInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NrContribution",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createOrUpdateOwnershipContributions",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "OwnershipNrContributionInput",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "OwnershipNrContributionResult",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createOwnershipNrContributors",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "CreateOwnershipContributorInput",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "OwnershipNrContributor",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createOwnershipNrDeliveryJobs",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "OwnershipNrDeliveryJobInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "OwnershipNrDeliveryJobsResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createOwnershipNrDeliveryOrder",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "OwnershipNrDeliveryOrderInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "OwnershipNrDeliveryOrder",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createOwnershipNrParticipants",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "CreateNrParticipantInput",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "OwnershipNrParticipantResult",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createOwnershipNrProduct",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CreateOwnershipNrProductInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "OwnershipNrProduct",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createOwnershipNrRules",
                        "description": null,
                        "args": [
                            {
                                "name": "rules",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "CreateOwnershipNrRuleInput",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "srId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "CreateOwnershipNrRulesResult",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createOwnershipNrSoundRecording",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CreateOwnershipNrSoundRecordingInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "OwnershipNrSoundRecordingResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createOwnershipNrTracks",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "OwnershipNrTrackInput",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "OwnershipNrTrackResult",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createPhysicalDeliveryOrder",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CreatePhysicalDeliveryOrderInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PhysicalDeliveryOrder",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createPlaylistPlacementLink",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CreatePlaylistPlacementLinkInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createPodcast",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "CreatePodcastInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Podcast",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createPodcastLinks",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "CreatePodcastLinksInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PodcastLink",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createPodcastNetwork",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "CreateNetworkInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PodcastNetwork",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createPodcastUser",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "CreatePodcastUserInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PodcastUser",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createProduct",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "CreateProductInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Product",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createProductCorrection",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "CreateProductCorrectionInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "CreateProductCorrectionResult",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createProductCorrectionDetail",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "ProductCorrectionDetailInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ProductCorrectionDetail",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createProductTimedRelease",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CreateProductTimedRelease",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TimedRelease",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createProject",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "CreateProjectInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Project",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createPublishingAgreement",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CreatePublishingAgreementInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PublishingAgreement",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createPublishingComposition",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CreatePublishingCompositionInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PublishingComposition",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createPublishingSongWriter",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CreatePublishingSongWriterInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PublishingSongWriter",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createReviewQueueItem",
                        "description": null,
                        "args": [
                            {
                                "name": "identityId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "productId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "queueName",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ReviewQueueItem",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createTransferWiseBatchPayment",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "TransferWiseBatchPaymentInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "TransferWiseBatchPaymentResponse",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createTransferWisePayment",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "TransferWiseBatchPaymentInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "TransferWiseBatch",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createTransferWiseProfile",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "CreateTransferWiseProfileInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "TransferWiseProfile",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createTransferWiseQuote",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "TransferWiseBatchQuoteInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "TransferWiseQuoteResponse",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createTransferWiseRecipient",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "CreateTransferWiseRecipientInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "CreateTransferWiseRecipientResponse",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createVendor",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CreateVendorInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Vendor",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createVideoCustomThumbnailToken",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "VideoCustomThumbnailTokenInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AssetUploadToken",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createVideoIngestWorkflow",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "VideoIngestWorkflowInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "VideoIngestWorkflow",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createVideoLink",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CreateVideoLink",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createWorksheetPaymentContractAdvance",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "WorksheetPaymentContractAdvanceInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "WorksheetPaymentContractAdvance",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deactivateUser",
                        "description": "This mutation is used to deactivate a user. It is used by the SettingsV1.\nIt depends on the overlap of access between the identity and the admin.",
                        "args": [
                            {
                                "name": "identityId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Identity",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deleteAdRead",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "DeleteAdReadInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AdRead",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deleteAdReadComment",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "DeleteAdReadCommentInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AdReadComment",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deleteAdReportingReport",
                        "description": null,
                        "args": [
                            {
                                "name": "reportId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deleteCollaboratorReports",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "DeleteCollaboratorReportsInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "DeleteCollaboratorReportsResponse",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deleteCollaboratorTransactions",
                        "description": null,
                        "args": [
                            {
                                "name": "transactionIds",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "ID",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "DeleteCollaboratorTransactionsResponse",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deleteCompanyBrandVendor",
                        "description": null,
                        "args": [
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deleteEmailCampaign",
                        "description": null,
                        "args": [
                            {
                                "name": "campaignId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deleteEpisode",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "DeleteEpisodeInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Episode",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deleteEpisodeLink",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "DeleteEpisodeLinkInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "EpisodeLink",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deleteGoogleAdAccount",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "DeleteGoogleAdAccountInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deleteGoogleUserAdAccount",
                        "description": null,
                        "args": [
                            {
                                "name": "adAccountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deleteMetaAdAccount",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "DeleteMetaAdAccountInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deleteMetaUserAdAccount",
                        "description": null,
                        "args": [
                            {
                                "name": "adAccountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deleteNrDeliveryQueueItem",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "DeleteDeliveryQueueItemInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deletePodcast",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "DeletePodcastInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Podcast",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deletePodcastTranscription",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "DeletePodcastTranscriptionInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PodcastTranscription",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deletePodcastUser",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "DeletePodcastUserInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PodcastUser",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deleteProductCorrection",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "DeleteProductCorrectionInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "DeleteProductCorrectionResult",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deleteProductTimedRelease",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "DeleteProductTimedRelease",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deletePublishingComposition",
                        "description": null,
                        "args": [
                            {
                                "name": "id",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deletePublishingPublisher",
                        "description": null,
                        "args": [
                            {
                                "name": "id",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deletePublishingSongWriter",
                        "description": null,
                        "args": [
                            {
                                "name": "id",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deleteQueueItemsByContribution",
                        "description": null,
                        "args": [
                            {
                                "name": "contributionUuid",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deleteTiktokAdAccount",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "DeleteTiktokAdAccountInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deleteTiktokUserAdAccount",
                        "description": null,
                        "args": [
                            {
                                "name": "adAccountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deleteTransferWiseRecipient",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "DeleteTransferWiseRecipientInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "DeleteTransferWiseRecipientResponse",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deleteWorksheetPaymentContractAdvance",
                        "description": null,
                        "args": [
                            {
                                "name": "worksheetPaymentContractAdvanceId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "DeleteWorksheetPaymentContractAdvanceResponse",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "disconnectShopifyStore",
                        "description": null,
                        "args": [
                            {
                                "name": "storeId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "duplicateEmailCampaign",
                        "description": null,
                        "args": [
                            {
                                "name": "campaignId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "name",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "EmailCampaign",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "editScheduleEmailCampaign",
                        "description": null,
                        "args": [
                            {
                                "name": "campaignId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ScheduleEmailCampaignInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "editUserIdentity",
                        "description": "This mutation is used to edit a user. It is used by the SettingsV1.\nIt supports multiple tenants and can revoke access to some tenants while adding access to others.",
                        "args": [
                            {
                                "name": "identityId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "resourceAccess",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "ResourceAccessInput",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Identity",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "emailNotification",
                        "description": null,
                        "args": [
                            {
                                "name": "reviewQueueId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "EmailNotificationResponse",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "exportAudience",
                        "description": null,
                        "args": [
                            {
                                "name": "audienceId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ExportAudienceInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AudienceExport",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fansifter",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "FansifterMutations",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "followChannel",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "FollowChannelInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Channel",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "followGlobalParticipant",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "FollowParticipantInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalParticipant",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "followGlobalProduct",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "FollowGlobalProductInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalProduct",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "followGlobalSoundRecording",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "FollowGlobalSoundRecordingInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalSoundRecording",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "followLabel",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "LabelIdInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INTERFACE",
                                "name": "Label",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fulfillNrDeliveryJobs",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "FulfillNrDeliveryJobInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "NrDeliveryJob",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "importDeliveryHistory",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "DeliveryHistoryInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "importStoreLinks",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "StoreLinksInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "invalidateContribution",
                        "description": null,
                        "args": [
                            {
                                "name": "id",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NrContribution",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelParticipantIncorrectProfile",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "ParticipantIncorrectProfileInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lockReviewQueueItem",
                        "description": null,
                        "args": [
                            {
                                "name": "reviewQueueId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ReviewQueueItem",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "logoutMobileDevice",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "LogoutMobileDeviceInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "mergeLabelParticipantAndArtist",
                        "description": "Merge artist, in art_relations and neo4j by calling ows-participant\nThis takes uuid1, uuid2, mergedArtistName as it's params and returns boolean value in its response.",
                        "args": [
                            {
                                "name": "mergedArtistUuid",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "uuid1",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "uuid2",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "moneyhubCreateCollectionSummary",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MoneyhubStatementAttachment",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "moneyhubCreateCustomReport",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "MoneyhubCreateCustomReportInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "MoneyhubCustomReport",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "moneyhubCreateRevenueDetailReport",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MoneyhubStatementAttachment",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "moneyhubCreateStatementInvoices",
                        "description": null,
                        "args": [
                            {
                                "name": "paymentEntityId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "MoneyhubStatementAttachment",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "moneyhubDeleteCustomReport",
                        "description": null,
                        "args": [
                            {
                                "name": "reportCustomId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "MoneyhubDeleteCustomReportResponse",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "moneyhubRetryStatementInvoices",
                        "description": null,
                        "args": [
                            {
                                "name": "paymentEntityId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "MoneyhubStatementAttachment",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "moveReviewQueueItemToQueue",
                        "description": null,
                        "args": [
                            {
                                "name": "moveNote",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "movedToTargetId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "queueName",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "reviewQueueId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ReviewQueueItem",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "networkParticipantCreate",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "NetworkParticipantCreateInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "NetworkParticipant",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "notifyNrDeliveryOrderCompleted",
                        "description": null,
                        "args": [
                            {
                                "name": "orderId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "notifyNrDeliveryOrderFailed",
                        "description": null,
                        "args": [
                            {
                                "name": "orderId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "notifyNrOwnershipDeliveryOrderCompleted",
                        "description": null,
                        "args": [
                            {
                                "name": "orderId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "notifyNrOwnershipDeliveryOrderFailed",
                        "description": null,
                        "args": [
                            {
                                "name": "orderId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "notifyPhysicalDeliveryOrderCompleted",
                        "description": null,
                        "args": [
                            {
                                "name": "orderId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "notifyPhysicalDeliveryOrderFailed",
                        "description": null,
                        "args": [
                            {
                                "name": "orderId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reconnectMetaAdReporting",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ConnectMetaAdReportingInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "MetaAdReportingConnectionCredentials",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reconnectShopifyStore",
                        "description": null,
                        "args": [
                            {
                                "name": "redirectUri",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ShopifyStoreConnectionCredentials",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recordChannelVisit",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "RecordChannelVisitInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Channel",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recordCountryFilter",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "RecordCountryFilterInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "CountryFilter",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recordGlobalParticipantVisit",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "RecordGlobalParticipantVisitInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalParticipant",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recordGlobalSoundRecordingVisit",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "RecordGlobalSoundRecordingVisitInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalSoundRecording",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recordProductVisit",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "RecordProductVisitInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Product",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recordVideoVisit",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "RecordVideoVisitInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Video",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "refreshAudience",
                        "description": null,
                        "args": [
                            {
                                "name": "audienceId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Audience",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "refreshTransferWiseRecipientRequirements",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "CreateTransferWiseRecipientInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "TransferWiseAccountRequirement",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "registerUserDevice",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "RegisterUserDeviceInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Device",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reject",
                        "description": null,
                        "args": [
                            {
                                "name": "cannedResponseIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "note",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "reviewQueueId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "willNotDeliver",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "RejectResponse",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "releaseAbacusAccountPayee",
                        "description": null,
                        "args": [
                            {
                                "name": "accountPayeeId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusAccountPayee",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "removeAdReportingCampaignFromReport",
                        "description": null,
                        "args": [
                            {
                                "name": "adReportingCampaignId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "adReportingReportId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "renameArtist",
                        "description": "Rename artist in art_relations and neo4j by calling ows-participant\nThis takes art_relations.artist_info.artist_id and new artist name as it's params and returns status as success in its response.",
                        "args": [
                            {
                                "name": "currentArtistId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "id",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "name",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "requestType",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "renameLabelParticipant",
                        "description": "Rename artist,version 2.0, in art_relations and neo4j by calling ows-participant\nThis takes uuid, name as it's params and returns boolean value in its response.",
                        "args": [
                            {
                                "name": "name",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "uuid",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "replaceCollaboratorSplits",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ReplaceCollaboratorSplitsInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ReplaceCollaboratorSplitsResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "replaceProductTerritoryDates",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ProductTerritoryDatesInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "replicateSingleEpisode",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ReplicateSingleEpisdeInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "EpisodeReplicationStatus",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reportParticipantDataIssue",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "ReportParticipantDataIssueInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reportSoundRecordingDataIssue",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "ReportSoundRecordingDataIssueInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "requestGlobalParticipantSocialMediaUpdates",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "RequestGlobalParticipantSocialMediaUpdatesInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalParticipant",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "resendInvitation",
                        "description": null,
                        "args": [
                            {
                                "name": "identity",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "InvitationInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "resendVerifyEmail",
                        "description": null,
                        "args": [
                            {
                                "name": "auth0Id",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "resetMFADevices",
                        "description": null,
                        "args": [
                            {
                                "name": "auth0Id",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "resetPassword",
                        "description": null,
                        "args": [
                            {
                                "name": "email",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "resyncAbacusAccountPayeePaymentReadiness",
                        "description": null,
                        "args": [
                            {
                                "name": "accountPayeeId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusAccountPayee",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "returnAdvancePayment",
                        "description": null,
                        "args": [
                            {
                                "name": "worksheetPaymentContractAdvanceId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusEvent",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reuploadEpisodeAudio",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "EpisodeAudioInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "EpisodeAudio",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "revokeAllTenantAccess",
                        "description": "revokeAllTenantAccess removes all roles for all tenants that the admin and the user have shared access to.\nUsed by SettingsV2, and requires only the admin's Authorization token. This mutation orchestrates calls to\nows-permissions (PLATFORM-4237) and PP (PP-840).",
                        "args": [
                            {
                                "name": "identityId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Identity",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "revokeTenantAccess",
                        "description": "revokeTenantAccess removes all roles for a single identity-tenant pair. Used by the SettingsV2.\nIt will soon integrate with PP or be used in tandem with a new PP mutation for deactivating a single tenant.\nhttps://theorchard.atlassian.net/browse/PLATFORM-4305",
                        "args": [
                            {
                                "name": "identityId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "tenantType",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "TenantType",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "tenantUuid",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Identity",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saveArtists",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "SaveArtistsInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Artist",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saveAssetInfo",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "AssetInfoInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AssetStatus",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saveCollaboratorSplits",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "SaveCollaboratorSplitsInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "SaveCollaboratorSplitsResult",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saveTracks",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "SaveTracksInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Track",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saveVideoSingleProduct",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "SaveVideoSingleProductInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Product",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "scheduleEmailCampaign",
                        "description": null,
                        "args": [
                            {
                                "name": "campaignId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ScheduleEmailCampaignInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sendAdvancePayment",
                        "description": null,
                        "args": [
                            {
                                "name": "worksheetPaymentContractAdvanceId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusEvent",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sendEmailCampaign",
                        "description": null,
                        "args": [
                            {
                                "name": "campaignId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sendTestEmail",
                        "description": null,
                        "args": [
                            {
                                "name": "campaignId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "SendTestEmailInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "setChangelogCompositionsDelivered",
                        "description": null,
                        "args": [
                            {
                                "name": "deliveryDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "reDeliveryDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "recordIds",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "Int",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ChangelogRecord",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "setFingerprintRulesForSubaccount",
                        "description": null,
                        "args": [
                            {
                                "name": "id",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "rules",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "FingerprintRuleInput",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "SetSubaccountFingerprintRulesResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "setFingerprintRulesForTrack",
                        "description": null,
                        "args": [
                            {
                                "name": "id",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "rules",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "FingerprintRuleInput",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "SetTrackFingerprintRulesResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "setFingerprintRulesForTrackBulk",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "FingerprintRulesBulkInput",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "SetTrackFingerprintRulesBulkResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "setFingerprintRulesForVendor",
                        "description": null,
                        "args": [
                            {
                                "name": "id",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "rules",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "FingerprintRuleInput",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "SetVendorFingerprintRulesResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "setIdentityTenantRoles",
                        "description": "setIdentityTenantRoles attaches and detaches roles for a single identity-tenant pair.\nThis mutation is WIP!\n\n**Only use this mutation if your application is on-boarded to PP.**",
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "IdentityTenantRolesInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "SetIdentityTenantRolesResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "setLabelSoundRecordingParticipations",
                        "description": "Set `LabelSoundRecordingParticipation`s for a `LabelSoundRecording`.\n\nThis mutation deletes current `LabelSoundRecordingParticipation`s and recreates those specified.",
                        "args": [
                            {
                                "name": "isrc",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "participationRoleCategoryName",
                                "description": "Optionally restrict the operation to only a specific `ParticipationRoleCategory`. If not provided, all participations will be overwritten.",
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "participations",
                                "description": "A list of `LabelSoundRecordingParticipation`s to create. If `participationRoleCategoryName` is set, these MUST have `participationRoleName` set to the name of a `ParticipationRole` from the specified category.",
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "LabelSoundRecordingParticipationInput",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subaccountId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "LabelSoundRecording",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "setPreSavedMarkets",
                        "description": null,
                        "args": [
                            {
                                "name": "markets",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Profile",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "setPreSavedStoresByStoreId",
                        "description": null,
                        "args": [
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Profile",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "setProductInstantGrats",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "SetProductInstantGratsInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Product",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "setReferenceOwnershipNrTrack",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "OwnershipNrTrackUpdateReferenceInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "OwnershipNrTrack",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "shareGoogleAudience",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ShareGoogleAudienceInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GoogleAudience",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "shareMetaAudience",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ShareMetaAudienceInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "MetaAudience",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "shareTiktokAudience",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ShareTiktokAudienceInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TiktokAudience",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "startBulkAssetUpload",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "StartBulkAssetUploadInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "BulkSessionAssetUpload",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "startBulkMetadataUpload",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "StartBulkMetadataUploadInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "BulkSessionFileUpload",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "startPodcastTranscription",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "StartPodcastTranscriptionInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "submitProduct",
                        "description": "Submits a product. Relevant submission microservice routes are used automatically based on the product configuration.",
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "SubmitProductInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Product",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subscribeByNotificationType",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "NotificationMutationInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "togglePodcastChartFavorite",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "ToggleUserChartFavoriteInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PodcastFavorites",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "togglePodcastFavorite",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "ToggleUserFavoriteInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PodcastFavorites",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "triggerCollaboratorsReportGeneration",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "TriggerCollaboratorsReportGenerationInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TriggerCollaboratorsReportGenerationResponse",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "unfollowChannel",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "FollowChannelInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Channel",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "unfollowGlobalParticipant",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "FollowParticipantInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalParticipant",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "unfollowGlobalProduct",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "FollowGlobalProductInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalProduct",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "unfollowGlobalSoundRecording",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "FollowGlobalSoundRecordingInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalSoundRecording",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "unfollowLabel",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "LabelIdInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INTERFACE",
                                "name": "Label",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "unlockReviewQueueItem",
                        "description": null,
                        "args": [
                            {
                                "name": "reviewQueueId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ReviewQueueItem",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "unregisterUserDevice",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "UnregisterUserDeviceInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "unscheduleEmailCampaign",
                        "description": null,
                        "args": [
                            {
                                "name": "campaignId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "unsubmit",
                        "description": null,
                        "args": [
                            {
                                "name": "productId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "reason",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "UnsubmitResponse",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "unsubmitProduct",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "UnsubmitProductInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "UnsubmitProductResult",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "unsubscribeByNotificationType",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "NotificationMutationInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateAbacusSchedule",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "UpdateAbacusScheduleInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "scheduleId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusSchedule",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateAdRead",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "UpdateAdReadInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AdRead",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateAdReportingReport",
                        "description": null,
                        "args": [
                            {
                                "name": "adReportingReportId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "name",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AdReportingReport",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateAndReplicateEpisode",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "UpdateEpisodeInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "UNION",
                                "name": "CreateEpisodeResponseOrEpisode",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateAudience",
                        "description": null,
                        "args": [
                            {
                                "name": "audienceId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "filters",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "AudienceFiltersInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "name",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "target",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "AudienceTarget",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Audience",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateBulkNrContributionSchedule",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "NrContributionScheduleInput",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "NrContribution",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateChangelogReport",
                        "description": null,
                        "args": [
                            {
                                "name": "deleteReport",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "errorMetadata",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "ErrorMetadataInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "filename",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "id",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "status",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "ReportStatus",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ChangelogReport",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateCollaborator",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "UpdateCollaboratorInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Collaborator",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateCompanyBrandVendor",
                        "description": null,
                        "args": [
                            {
                                "name": "companyBrandUuid",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateDeliveryStore",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "UpdateDeliveryStoreInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "DeliveryStore",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateEmailCampaign",
                        "description": null,
                        "args": [
                            {
                                "name": "campaignId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "UpdateEmailCampaignInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "EmailCampaign",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateEmailCampaignContent",
                        "description": null,
                        "args": [
                            {
                                "name": "campaignId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "UpdateEmailCampaignContentInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "EmailCampaignPreview",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateEpisode",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "UpdateEpisodeInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Episode",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateEpisodeReplicationStatus",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "UpdateEpisodeReplicationStatusInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "EpisodeReplicationStatus",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateIdentity",
                        "description": "This mutation is used to update an identity. It is used by the SettingsV2.\nIt updates the roles on a single tenant and does not allow removing all roles and act like a revoke.\nIt will soon integrate with PP or be used in tandem with setIdentityTenantRoles.\nhttps://theorchard.atlassian.net/browse/PLATFORM-4304",
                        "args": [
                            {
                                "name": "identityId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "tenantProfileRoles",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "TenantProfileRolesUpdateInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Identity",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateIdentitySubscription",
                        "description": null,
                        "args": [
                            {
                                "name": "followAllResources",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "followResources",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "identityId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "name",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "overwrite",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateInternalContractAdvanceStatus",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "UpdateInternalContractAdvanceStatusInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusContractAdvance",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateLabelParticipant",
                        "description": null,
                        "args": [
                            {
                                "name": "id",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "LabelParticipantInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subaccountId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "LabelParticipant",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateMarketingProgramInfo",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "MarketingProgramInfoDataInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "marketingProgramInfoId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateMechanicalDeduction",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "MechanicalDeductionUpdate",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "MechanicalDeduction",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateNrContribution",
                        "description": null,
                        "args": [
                            {
                                "name": "id",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "UpdateNrContributionInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NrContribution",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateNrDeliveryClaimStatus",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "UpdateNrDeliveryClaimInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NrDeliveryClaim",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateNrDeliveryJobStatus",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "UpdateNrDeliveryJobInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NrDeliveryJob",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateNrDeliveryOrderStatus",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "UpdateNrDeliveryOrderInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NrDeliveryOrder",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateNrSoundRecording",
                        "description": null,
                        "args": [
                            {
                                "name": "id",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "UpdateNrSoundRecordingInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NrSoundRecording",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateNrSoundRecordingAndContribution",
                        "description": null,
                        "args": [
                            {
                                "name": "nrContribution",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "NrContributionInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "nrsr",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "UpdateNrSoundRecordingInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "nrsrid",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NrSoundRecordingAndContribution",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateOrCreateOwnershipNrMonetizeRulesByTrackId",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "UpdateOrCreateOwnershipNrMonetizeRulesByTrackIdInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "UpdateOrCreateOwnershipNrMonetizeRulesByTrackIdResult",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateOrchardSoundRecording",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "UpdateOrchardSoundRecordingInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "OrchardSoundRecording",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateOwnershipNrDeliveryJobAddSoundRecordings",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "OwnershipNrDeliveryJobSoundRecordings",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "OwnershipNrDeliveryJob",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateOwnershipNrDeliveryJobStatus",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "OwnershipNrDeliveryJobStatusInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "OwnershipJobStatusUpdateCount",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateOwnershipNrDeliveryOrderAddSoundRecordings",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "OwnershipNrDeliveryContentSoundRecordings",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "OwnershipNrDeliveryOrder",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateOwnershipNrDeliveryOrderMessage",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "OwnershipNrDeliveryOrderMessage",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "OwnershipNrDeliveryOrder",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateOwnershipNrDeliveryOrderStatus",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "OwnershipNrDeliveryOrderStatusInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "OwnershipNrDeliveryOrder",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateOwnershipNrDeliveryOrderSummary",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "OwnershipNrDeliveryOrderSummaryUpdateInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "OwnershipNrDeliveryOrder",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateOwnershipNrTrack",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "UpdateOwnershipNrTrackInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "OwnershipNrTrackResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updatePhysicalDeliveryOrders",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "UpdatePhysicalDeliveryOrderInput",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PhysicalDeliveryOrder",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updatePodcast",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "UpdatePodcastInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Podcast",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updatePodcastTranscription",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "UpdatePodcastTranscriptionInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PodcastTranscription",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updatePodcastUser",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "UpdatePodcastUserInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PodcastUser",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updatePodcastUserLastLogin",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "UpdatePodcastUserLastLoginInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PodcastUser",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updatePodcastUserSettings",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "UpdatePodcastUserSettingsInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PodcastUserSettings",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateProduct",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "UpdateProductInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Product",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateProductInternalNote",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "UpdateProductInternalNoteInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "ProductInternalNote",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateProductMarketingPriorities",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "UpdateProductMarketingPrioritiesInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "MarketingPriority",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateProductPricingTier",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "UpdateProductPricingTier",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ProductPricingTier",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateProductStoreCarveouts",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "UpdateProductStoreCarveoutsInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateProductTerritoryCarveouts",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ProductTerritoryCarveoutsInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateProductTimedRelease",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "UpdateProductTimedRelease",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateProject",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "UpdateProjectInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Project",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateProjectInternalNote",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "UpdateProjectInternalNoteInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "ProjectInternalNote",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateProjectMarketingPriorities",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "UpdateProjectMarketingPrioritiesInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "MarketingPriority",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updatePublishingComposition",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "UpdatePublishingCompositionInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PublishingComposition",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updatePublishingCompositionsDeliveryDate",
                        "description": null,
                        "args": [
                            {
                                "name": "deliveryDate",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "pubSongId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PublishingComposition",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updatePublishingPublisher",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "UpdatePublishingPublisherInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PublishingPublisher",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updatePublishingSongWriter",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "UpdatePublishingSongWriterInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PublishingSongWriter",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updatePublishingSongWriterMetaData",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "UpdatePublishingSongWriterMetaDataInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PublishingSongWriter",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateReleaseSchedule",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "UpdateReleaseScheduleInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "ProductReleaseSchedule",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateShopifyStoreCollections",
                        "description": null,
                        "args": [
                            {
                                "name": "collections",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "CollectionArtistAssociation",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "wholeStoreGlobalParticipantId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ShopifyStore",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateSubaccountNote",
                        "description": null,
                        "args": [
                            {
                                "name": "note",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subaccountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Subaccount",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateUserDetails",
                        "description": null,
                        "args": [
                            {
                                "name": "auth0Primary",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "auth0UserId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "email",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "firstName",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "lastName",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "localization",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "numberFormat",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Identity",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateUserLocalization",
                        "description": null,
                        "args": [
                            {
                                "name": "localization",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateVendor",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "VendorInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "uuid",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Vendor",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateVendorAccountNote",
                        "description": null,
                        "args": [
                            {
                                "name": "note",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Vendor",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateVendorDefaultSalesSheet",
                        "description": null,
                        "args": [
                            {
                                "name": "defaultSalesSheetId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "SalesSheetTemplate",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateWorksheetPaymentContractAdvance",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "UpdateWorksheetPaymentContractAdvanceInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "WorksheetPaymentContractAdvance",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "upsertMarketingProgramInfo",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "UpsertMarketingProgramInfoInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MarketingProgramInfo",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "upsertProjectMarketingHighlights",
                        "description": null,
                        "args": [
                            {
                                "name": "delete",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ProjectMarketingHighlightsInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "upsertTracksAudioAttributes",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "UpsertTrackAudioAttributeInput",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "upsertTracksRightsAttributes",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "UpsertTrackRightsAttributeInput",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "NetworkDailyDownloads",
                "description": null,
                "fields": [
                    {
                        "name": "downloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "networkId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "publishedDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reportDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "NetworkParticipant",
                "description": null,
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "networkId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "NetworkParticipantCreateInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "name",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "networkId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "NetworkParticipantSearchResult",
                "description": null,
                "fields": [
                    {
                        "name": "participants",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NetworkParticipant",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "NewMusicFridayDate",
                "description": null,
                "fields": [
                    {
                        "name": "date",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalSoundRecording",
                        "description": null,
                        "args": [
                            {
                                "name": "isrc",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "NewMusicFridayDateGlobalSoundRecording",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalSoundRecordings",
                        "description": null,
                        "args": [
                            {
                                "name": "filter",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "NewMusicFridayGlobalSoundRecordingFilterInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "{}",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "200",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "NewMusicFridayGlobalSoundRecordingOrderInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "{by: FEATURING}",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "OrderDir",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "DESC",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NewMusicFridayDateGlobalSoundRecordingResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "markets",
                        "description": null,
                        "args": [
                            {
                                "name": "filter",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "NewMusicFridayDateMarketFilterInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "{}",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "NewMusicFridayDateMarket",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "NewMusicFridayDateGlobalSoundRecording",
                "description": null,
                "fields": [
                    {
                        "name": "averagePosition",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "feature",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalSoundRecording",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalSoundRecording",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "newMusicFridayDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NewMusicFridayDate",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "placement",
                        "description": null,
                        "args": [
                            {
                                "name": "market",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "NewMusicFridayPlacement",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "placements",
                        "description": null,
                        "args": [
                            {
                                "name": "filter",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "NewMusicFridayDateGlobalSoundRecordingPlacementFilterInput",
                                    "ofType": null
                                },
                                "defaultValue": "{}",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "NewMusicFridayPlacement",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "top10Rank",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "NewMusicFridayDateGlobalSoundRecordingPlacementFilterInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "appearsOn",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "NewMusicFridayDateGlobalSoundRecordingResult",
                "description": null,
                "fields": [
                    {
                        "name": "globalSoundRecordings",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "NewMusicFridayDateGlobalSoundRecording",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "total",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "NewMusicFridayDateMarket",
                "description": null,
                "fields": [
                    {
                        "name": "dataReceived",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "market",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "newMusicFridayDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NewMusicFridayDate",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "NewMusicFridayDateMarketFilterInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "dataReceived",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "NewMusicFridayGlobalSoundRecordingFilterInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "brandUuidIn",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "NewMusicFridayGlobalSoundRecordingOrderEnum",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "FEATURING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "POSITION_IN_MARKET",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "NewMusicFridayGlobalSoundRecordingOrderInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "by",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "NewMusicFridayGlobalSoundRecordingOrderEnum",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "market",
                        "description": "This field is required if `by` is set to `POSITION_IN_MARKET`, but must be unset otherwise.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "NewMusicFridayPlacement",
                "description": null,
                "fields": [
                    {
                        "name": "market",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "position",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Notice",
                "description": null,
                "fields": [
                    {
                        "name": "code",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "level",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reason",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Currently unused, marked for removal."
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INTERFACE",
                "name": "Notification",
                "description": "Notification describes a message that will be get/set from/to notification.",
                "fields": [
                    {
                        "name": "message",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": [
                    {
                        "kind": "OBJECT",
                        "name": "BankingAndTaxDetailsRequiredNotification",
                        "ofType": null
                    }
                ]
            },
            {
                "kind": "ENUM",
                "name": "NotificationFeedType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "PLAYLIST_PLACEMENTS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SOCIAL_SPIKE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TRENDING_TRACKS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "NotificationMutationInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "feedType",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "NotificationFeedType",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "followedEntity",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "FollowedEntity",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "notificationType",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "NotificationType",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "NotificationSettings",
                "description": null,
                "fields": [
                    {
                        "name": "feedType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "followedEntity",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "ENUM",
                            "name": "FollowedEntity",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "notificationType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "NotificationType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "EMAIL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PUSH_NOTIFICATIONS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "NrContribution",
                "description": "Based in graphql-neighbouring-rights.",
                "fields": [
                    {
                        "name": "abacusScheduleId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "claims",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "50",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NrDeliveryClaimResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contributorRelationship",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "Featured",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryOfPerformance",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Territory",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "evidence",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "externalId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "instruments",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastModifiedAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "latestClaim",
                        "description": null,
                        "args": [
                            {
                                "name": "cmoId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "NrDeliveryClaim",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrContributor",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NrContributor",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrSoundRecording",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NrSoundRecording",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "performanceName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "valid",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "Contribution",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "NrContributionInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "contributorId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryOfPerformance",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "evidence",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "featured",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "FeaturedInput",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "instruments",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrsr",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "performanceName",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "NrContributionResult",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "NrContribution",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "NrContributionScheduleInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "abacusScheduleId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contributionId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "NrContributionSearchFilterInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "abacusScheduleId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "account",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contributionId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contributorId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "hasAbacusSchedule",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isrc",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "mainArtist",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "participantId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "priority",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "Priority",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recordingTitle",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "soundRecordingId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "validContributions",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "NrContributionSearchOrderByField",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "CONTRIBUTOR_RELATIONSHIP_NAME",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "LAST_MODIFIED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "NRSR_NAME_VERSION",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PRIMARY_ARTIST",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "RELEASE_YEAR",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "NrContributionsForDeliveryResult",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "NrContribution",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "NrContributor",
                "description": "Based in graphql-neighbouring-rights.",
                "fields": [
                    {
                        "name": "abacusSchedules",
                        "description": "When contributorOnlySchedules is true it returns \"contributor only\" schedules.\nA \"contributor only\" schedule is a schedule that has a schedule_attachment of type \"contributor\".",
                        "args": [
                            {
                                "name": "contributorOnlySchedules",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": "false",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AbacusSchedule",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusUnassignedContributionsCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryOfBirth",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryOfResidency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "dateOfBirth",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "externalId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "forename",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "gender",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ipn",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "knrEntity",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "middleNames",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "passportExpiryDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "passportNumber",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "stores",
                        "description": null,
                        "args": [
                            {
                                "name": "filter",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "NrContributorDeliveryStoreFilter",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "{}",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "NrContributorDeliveryStore",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "surname",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendor",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Vendor",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "Contributor",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "NrContributorDeliveryStore",
                "description": null,
                "fields": [
                    {
                        "name": "deliveryStore",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "DeliveryStore",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrContributor",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NrContributor",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "performerId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "NrContributorDeliveryStoreStatus",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "NrContributorDeliveryStoreFilter",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "statuses",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "NrContributorDeliveryStoreStatus",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storeIds",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "NrContributorDeliveryStoreStatus",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "AGREEMENT_ON_HOLD",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "AGREEMENT_TERMINATED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "AWAITING_CLIENT_INFO",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "AWAITING_CONTENT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CLIENT_ACTION_REQUIRED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CLIENT_INFO_RECEIVED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DISPUTE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "NOT_CONTROLLED_IN_TERRITORY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "NOT_QUALIFY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "REGISTERED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "REGISTERED_VIA_ACTRA",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "REGISTERED_VIA_ADAMI",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "REGISTERED_VIA_ITSRIGHT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "REGISTERED_VIA_NUOVO_IMAIE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "REGISTERED_VIA_PLAYRIGHT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "REGISTERED_VIA_PPL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "REGISTERED_VIA_SENA",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "REGISTRATION_CONFIRMED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "REGISTRATION_ENQUIRY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "REGISTRATION_GENERATED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "REGISTRATION_NOT_REQUIRED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "REGISTRATION_REQUIRED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "REGISTRATION_SENT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "REPRESENTATION_RELINQUISHED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "REQUIRES_RELINQUISHMENT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SOCIETY_REVIEWING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "WAITING_FOR_REGISTRATION_DEADLINE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "WAITING_FOR_RIGHTS_PERIOD",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "NrContributorSearchFilterInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "hasContributions",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "hasUnassignedContributionsCount",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": "false",
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "NrContributorSearchOrderByField",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ABACUS_UNASSIGNED_CONTRIBUTIONS_COUNT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "NAME",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "NrContributorsOrderBy",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ABACUS_UNASSIGNED_CONTRIBUTIONS_COUNT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ID",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "NAME",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "NrContributorsResult",
                "description": null,
                "fields": [
                    {
                        "name": "contributors",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "NrContributor",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "NrDeliveryClaim",
                "description": null,
                "fields": [
                    {
                        "name": "contributionUuid",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "job",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NrDeliveryJob",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastUpdated",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "message",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "NrDeliveryClaimStatus",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "NrDeliveryClaimInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "contributionUuid",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contributionVersion",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "job",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "message",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "NrDeliveryClaimStatus",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "NrDeliveryClaimResult",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "NrDeliveryClaim",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "NrDeliveryClaimStatus",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ERROR",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "EXCLUDED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "QUEUED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "STARTED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SUCCESS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "NrDeliveryJob",
                "description": null,
                "fields": [
                    {
                        "name": "errorFile",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "exclusionFile",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastUpdated",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastUpdatedBy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Identity",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrContributor",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NrContributor",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrDeliveryOrder",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NrDeliveryOrder",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "numberOfClaims",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "NrDeliveryJobStatus",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "successFile",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "NrDeliveryJobStatus",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "CANCELLED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "COMPLETE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ERROR",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "STARTED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SUCCESS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "NrDeliveryJobsFilterInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "contributorId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "NrDeliveryJobStatus",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "NrDeliveryJobsInputFilters",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "cmoId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contributorId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "orderId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "orderStatus",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "NrDeliveryOrderStatus",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "NrDeliveryJobStatus",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "NrDeliveryJobsOrderBy",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ID",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "LAST_UPDATED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "NrDeliveryJobsResult",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "NrDeliveryJob",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "NrDeliveryOrder",
                "description": null,
                "fields": [
                    {
                        "name": "cmo",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "DeliveryStore",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdBy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Identity",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastUpdated",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "numberOfClaims",
                        "description": null,
                        "args": [
                            {
                                "name": "status",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "NrDeliveryClaimStatus",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "numberOfJobs",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "outputFile",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reDeliver",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "ENUM",
                            "name": "NrDeliveryOrderStatus",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "stepFnMessage",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "NrDeliveryOrderInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "cmoId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrContributorUuids",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reDeliver",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "NrDeliveryOrderStatus",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ERROR",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PROCESSING_JOBS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "QUEUED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "STARTED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SUCCESS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "NrDeliveryOrdersFilterInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "cmoId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "orderId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reDeliver",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "NrDeliveryOrderStatus",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "NrDeliveryOrdersOrderBy",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "CREATED_AT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ID",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "LAST_UPDATED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "NrDeliveryOrdersResult",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "NrDeliveryOrder",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "NrDeliveryQueueItem",
                "description": null,
                "fields": [
                    {
                        "name": "cmo",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "DeliveryStore",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastUpdatedAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrContribution",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NrContribution",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrContributor",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NrContributor",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storeStatus",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "ENUM",
                            "name": "NrContributorDeliveryStoreStatus",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "NrDeliveryQueueItemInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "cmoId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contributionId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contributorId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "NrDeliveryQueueItemsFilterInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "cmoId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contributionUuids",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contributorUuid",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "NrDeliveryQueueOrderBy",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "CREATED_AT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "LAST_UPDATED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "NrIngestionFile",
                "description": null,
                "fields": [
                    {
                        "name": "errorFileUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "errorRows",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "identity",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Identity",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ingestionCompleted",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastModified",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "originalFilename",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "successFileUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "successRows",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalRows",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "IngestionFile",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "NrOwnershipTrackFilterInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "isrc",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "soundRecordingUuid",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "upc",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "NrOwnershipTrackOrderByField",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "CREATED_AT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "END_DATE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SALES_START_DATE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "START_DATE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "NrParticipant",
                "description": null,
                "fields": [
                    {
                        "name": "appleMusicId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "externalId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "spotifyId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "ParticipantNr",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "NrParticipantsOrderBy",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ID",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "NAME",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "NrParticipantsResult",
                "description": null,
                "fields": [
                    {
                        "name": "participants",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "NrParticipant",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "NrQueueItemsResult",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "NrDeliveryQueueItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "NrSoundRecording",
                "description": null,
                "fields": [
                    {
                        "name": "albumName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "catalogNumber",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contributions",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "NrContribution",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countriesOfRecording",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Territory",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryOfLabel",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Territory",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryOfMaster",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Territory",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "duration",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "externalId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "featuredArtists",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "NrParticipant",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "firstReleaseYear",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isrc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "mainArtist",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "originalLabel",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "primaryArtists",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "NrParticipant",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "priority",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "Priority",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recordingTitle",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recordingType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recordingYear",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalFeaturedPerformers",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "version",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "SoundRecordingNr",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "NrSoundRecordingAndContribution",
                "description": null,
                "fields": [
                    {
                        "name": "nrContribution",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NrContribution",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrsr",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NrSoundRecording",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "NrUploadToken",
                "description": null,
                "fields": [
                    {
                        "name": "bucket",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "credentials",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NrUploadTokenCredentials",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "filename",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "NrUploadTokenCredentials",
                "description": null,
                "fields": [
                    {
                        "name": "accessKeyId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "expiration",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "secretAccessKey",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sessionToken",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "NullableIntFilterInput",
                "description": "Filters against the value of a nullable int. If multiple filters are provided,\nthey are logically AND-ed.\n\nE.g. `{ lt: 10, gte: 5 }` represents the range `[5, 10)`",
                "fields": null,
                "inputFields": [
                    {
                        "name": "eq",
                        "description": "Checks that the value is exactly equal to the value provided.\n\nThis field may be `null` and will match only `null` values in this case.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "gt",
                        "description": "Checks that the value is strictly greater than the provided number.\n\nThis field may not be `null`. Either supply a number or omit the field.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "gte",
                        "description": "Checks that the value is greater than or equal to the provided number.\n\nThis field may not be `null`. Either supply a number or omit the field.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lt",
                        "description": "Checks that the value is strictly less than the provided number.\n\nThis field may not be `null`. Either supply a number or omit the field.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lte",
                        "description": "Checks that the value is less than or equal to the provided number.\n\nThis field may not be `null`. Either supply a number or omit the field.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "neq",
                        "description": "Checks that the value is not equal to the value provided.\n\nThis field may be `null` and will match non-`null` values in this case.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "NumberRangeInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "from",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "to",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "OaRegion",
                "description": "OaRegion type represents the Region of the Vendor.\nThis type is used to populate the Regions dropdown list in OA\nwhen creating a Vendor.\nIt is read from ows-account endpoint '/regions'.",
                "fields": [
                    {
                        "name": "code",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "OaUserRole",
                "description": null,
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "OperatingSystem",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ANDROID",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "IOS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "OrchAdminUser",
                "description": "OrchAdminUser describes getting by id OA users' first and last names that used a lot by frontend apps.",
                "fields": [
                    {
                        "name": "firstName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "OrchAdminUserFilter",
                "description": "OrchAdminUserFilter describes ability to filter results during searching OA users by isAccountManager, isProductManager, isQBLabelManager.",
                "fields": null,
                "inputFields": [
                    {
                        "name": "isAccountManager",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isProductManager",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isQBLabelManager",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "OrchAdminUserResult",
                "description": "OrchAdminUserResult describes an array of OrchAdminUser.",
                "fields": [
                    {
                        "name": "users",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "OrchAdminUser",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "OrchardPricingFamily",
                "description": null,
                "fields": [
                    {
                        "name": "orchardPricingTiers",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "OrchardPricingTier",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pricingFamily",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "PricingFamily",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "OrchardPricingTier",
                "description": null,
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "OrchardSoundRecording",
                "description": null,
                "fields": [
                    {
                        "name": "id",
                        "description": "UUID of the OSR. This is the unique identifier.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isrc",
                        "description": "ISRC related to this OSR.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "version",
                        "description": "Version blob related to this OSR.",
                        "args": [
                            {
                                "name": "versionId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "\"latest\"",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "OrchardSoundRecordingVersion",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "OrchardSoundRecordingDeliveryHistoryEvent",
                "description": null,
                "fields": [
                    {
                        "name": "creationDate",
                        "description": "Delivery event date.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "message",
                        "description": "Delivery event message.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "OrchardSoundRecordingDeliveryHistoryMessage",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "orchardSoundRecording",
                        "description": "Ref to the OSR.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "OrchardSoundRecording",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "orchardSoundRecordingVersion",
                        "description": "Ref to the OSR Version.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "OrchardSoundRecordingVersion",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "service",
                        "description": "Delivery Service.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "type",
                        "description": "Delivery Execution Type.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "HistoryEventType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "xmlSignedUrl",
                        "description": "Delivery xml signed url.",
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "SCALAR",
                "name": "OrchardSoundRecordingDeliveryHistoryMessage",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "OrchardSoundRecordingVersion",
                "description": null,
                "fields": [
                    {
                        "name": "creationDate",
                        "description": "Creation date of the version.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "data",
                        "description": "JSON blob of the version.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "OrchardSoundRecordingVersionData",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "orchardSoundRecording",
                        "description": "Ref to the OSR.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "OrchardSoundRecording",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "orchardSoundRecordingDeliveryHistory",
                        "description": "Ref to the Delivery History.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "OrchardSoundRecordingDeliveryHistoryEvent",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "versionId",
                        "description": "ID of the version.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "SCALAR",
                "name": "OrchardSoundRecordingVersionData",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "OrchardSubaccount",
                "description": null,
                "fields": [
                    {
                        "name": "commissionOverride",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "description",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccountName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccountSplitType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "SubaccountSplitType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "OrchardVendor",
                "description": null,
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "OrderByParam",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "dir",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "SortOrders",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "field",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "OrderDir",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ASC",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DESC",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "OrderSummary",
                "description": null,
                "fields": [
                    {
                        "name": "outputFile",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "outputFileCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "soundRecordingsProcessed",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Owner",
                "description": "Owner type represents the Owner of the Vendor.\nThis type is used to populate the Owners dropdown list in OA\nwhen creating a Vendor.\nIt is read from ows-account endpoint '/owners'.",
                "fields": [
                    {
                        "name": "abbreviation",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "OwnerCategory",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "CURATED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "EDITORIAL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "USER_GENERATED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "OwnershipJobStatusUpdateCount",
                "description": null,
                "fields": [
                    {
                        "name": "affectedRows",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "OwnershipNrCarveoutRule",
                "description": null,
                "fields": [
                    {
                        "name": "endDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrSoundRecording",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "OwnershipNrSoundRecording",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "servicesAndRights",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "OwnershipNrServiceAndRights",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendor",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Vendor",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "OwnershipNrRule",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "OwnershipNrContribution",
                "description": null,
                "fields": [
                    {
                        "name": "contributorRelationship",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "Featured",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "instruments",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastModifiedAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrContributor",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "OwnershipNrContributor",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrSoundRecording",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "OwnershipNrSoundRecording",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "Contribution",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "OwnershipNrContributionInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "contributorId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "featured",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "FeaturedInput",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "instruments",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isrc",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "OwnershipNrContributionResult",
                "description": null,
                "fields": [
                    {
                        "name": "error",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isrc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrContribution",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "OwnershipNrContribution",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "OwnershipNrContributor",
                "description": null,
                "fields": [
                    {
                        "name": "forename",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "middleNames",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "surname",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "Contributor",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "OwnershipNrDeliveryContentSoundRecordings",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "orderId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "soundRecordings",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "OwnershipNrDeliveryJob",
                "description": null,
                "fields": [
                    {
                        "name": "entityName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "instanceCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "jobFileUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastUpdated",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastUpdatedBy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Identity",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "order",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "OwnershipNrDeliveryOrder",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "orderId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "OwnershipNrDeliveryJobStatus",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "type",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "OwnershipNrDeliveryJobMediaType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "OwnershipNrDeliveryJobInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "jobs",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "OwnershipNrDeliveryJobInputItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "orderId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "OwnershipNrDeliveryJobInputItem",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "entityName",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "instanceCount",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "jobFileUrl",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "type",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "OwnershipNrDeliveryJobMediaType",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "OwnershipNrDeliveryJobMediaType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "AUDIO",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "VIDEO",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "OwnershipNrDeliveryJobSoundRecordings",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "jobId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "soundRecordingsWithTracks",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "SoundRecordingWithTracks",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "OwnershipNrDeliveryJobStatus",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "CANCELLED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DELIVERED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "READY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "OwnershipNrDeliveryJobStatusInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "jobIds",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "OwnershipNrDeliveryJobStatus",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "OwnershipNrDeliveryJobsInputFilters",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "cmmId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "entityName",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "orderId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "OwnershipNrDeliveryJobStatus",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "territory",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "type",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "OwnershipNrDeliveryJobMediaType",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "OwnershipNrDeliveryJobsOrderBy",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ID",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "LAST_UPDATED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ORDER_CREATED_AT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "OwnershipNrDeliveryJobsResult",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "OwnershipNrDeliveryJob",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "OwnershipNrDeliveryOrder",
                "description": null,
                "fields": [
                    {
                        "name": "cmm",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "DeliveryStore",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdBy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Identity",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "downloadFileUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "jobCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastUpdated",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "message",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "previousDeliveredOrderCreatedAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "OwnershipNrDeliveryOrderStatus",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "summary",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "OrderSummary",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "territory",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "OwnershipNrDeliveryOrderInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "cmmId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "territory",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "OwnershipNrDeliveryOrderMessage",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "id",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "message",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "OwnershipNrDeliveryOrderStatus",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "CANCELLED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DELIVERED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ERROR",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PENDING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "QUEUED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "READY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "OwnershipNrDeliveryOrderStatusInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "ids",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "OwnershipNrDeliveryOrderStatus",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "OwnershipNrDeliveryOrderSummaryInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "outputFile",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "outputFileCount",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "OwnershipNrDeliveryOrderSummaryUpdateInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "id",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "summary",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INPUT_OBJECT",
                                "name": "OwnershipNrDeliveryOrderSummaryInput",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "OwnershipNrDeliveryOrdersInputFilters",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "cmmId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "OwnershipNrDeliveryOrderStatus",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "territory",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "OwnershipNrDeliveryOrdersOrderBy",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "CREATED_AT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ID",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "LAST_UPDATED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "OwnershipNrDeliveryOrdersResult",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "OwnershipNrDeliveryOrder",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "OwnershipNrIngestionFile",
                "description": null,
                "fields": [
                    {
                        "name": "batch",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "errorFileUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "failedIsrcCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "identity",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Identity",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ingestionCompleted",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "instancesCreatedUpdated",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastModified",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "originalFilename",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalRows",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "IngestionFile",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "OwnershipNrMonetizeRule",
                "description": null,
                "fields": [
                    {
                        "name": "endDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrSoundRecording",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "OwnershipNrSoundRecording",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "percentage",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "servicesAndRights",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "OwnershipNrServiceAndRights",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "startDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendor",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Vendor",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "OwnershipNrRule",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "OwnershipNrParticipant",
                "description": null,
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "ParticipantNr",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "OwnershipNrParticipantResult",
                "description": null,
                "fields": [
                    {
                        "name": "error",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ownershipNrParticipant",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "OwnershipNrParticipant",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "OwnershipNrParticipantsResult",
                "description": null,
                "fields": [
                    {
                        "name": "participants",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OwnershipNrParticipant",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "OwnershipNrProduct",
                "description": null,
                "fields": [
                    {
                        "name": "code",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contentType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "OwnershipNrProductContentType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "displayArtistName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "featuredArtists",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OwnershipNrParticipant",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "format",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "OwnershipNrProductFormat",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "imprint",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pLine",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PLine",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "primaryArtists",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "OwnershipNrParticipant",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "salesStartDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "ENUM",
                            "name": "OwnershipNrProductSubType",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "upc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "version",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "OwnershipNrProductContentType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "DIGITAL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PHYSICAL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "OwnershipNrProductFormat",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ALBUM",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CLIP",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "EP",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "LONG_FORM",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MEDIUM_FORM",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SHORT_FORM",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SINGLE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "OwnershipNrProductSubType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "BEHIND_THE_SCENES",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "BLU_RAY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CASSETTE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CD",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DVD",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "LIVE_PERFORMANCE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "LYRIC_VIDEO",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "OFFICIAL_MUSIC_VIDEO",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "OTHER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PROMO",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PSEUDO_VIDEO",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "VHS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "VINYL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "OwnershipNrRights",
                "description": null,
                "fields": [
                    {
                        "name": "contract",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "soundRecording",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "system",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INTERFACE",
                "name": "OwnershipNrRule",
                "description": null,
                "fields": [
                    {
                        "name": "endDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrSoundRecording",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "OwnershipNrSoundRecording",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "servicesAndRights",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "OwnershipNrServiceAndRights",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendor",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Vendor",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": [
                    {
                        "kind": "OBJECT",
                        "name": "OwnershipNrCarveoutRule",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "OwnershipNrMonetizeRule",
                        "ofType": null
                    }
                ]
            },
            {
                "kind": "ENUM",
                "name": "OwnershipNrRuleType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "CARVEOUT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MONETIZE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "OwnershipNrRulesFilterInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "expandWorld",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": "true",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ruleType",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "OwnershipNrRuleType",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "territory",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "OwnershipNrService",
                "description": null,
                "fields": [
                    {
                        "name": "audioTemplate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deliveryStore",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "DeliveryStore",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "format",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "ENUM",
                            "name": "OwnershipServiceFormat",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "territory",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Territory",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "videoTemplate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "OwnershipNrServiceAndRights",
                "description": null,
                "fields": [
                    {
                        "name": "rights",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "OwnershipNrRights",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "service",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "OwnershipNrService",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "OwnershipNrServicesOrderByField",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ID",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "NAME",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "OwnershipNrServicesResult",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "OwnershipNrService",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "OwnershipNrSoundRecording",
                "description": null,
                "fields": [
                    {
                        "name": "audioLanguage",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contributions",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "OwnershipNrContribution",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countriesOfFunding",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Territory",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countriesOfRecording",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Territory",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "displayArtistName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "displayComposer",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "duration",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "explicit",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "featuredArtists",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OwnershipNrParticipant",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "firstRecordingYear",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "firstReleaseYear",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "genre",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isrc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastModifiedAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "primaryArtists",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "OwnershipNrParticipant",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recordingTitle",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rules",
                        "description": null,
                        "args": [
                            {
                                "name": "filter",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "OwnershipNrRulesFilterInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INTERFACE",
                                        "name": "OwnershipNrRule",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tracks",
                        "description": null,
                        "args": [
                            {
                                "name": "trackUuid",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "OwnershipNrTrack",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "version",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "SoundRecordingNr",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "OwnershipNrSoundRecordingFilterInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "account",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isrc",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "participantId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recordingTitle",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reference",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "soundRecordingUuid",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "upc",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "OwnershipNrSoundRecordingOrderByField",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "LAST_MODIFIED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "NAME_VERSION",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "OwnershipNrSoundRecordingResult",
                "description": null,
                "fields": [
                    {
                        "name": "error",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrSoundRecording",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "OwnershipNrSoundRecording",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "OwnershipNrSoundRecordingServicesInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "cmmId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "maxLastModifiedAt",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "minLastModifiedAt",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "territory",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "OwnershipNrSoundRecordingServicesInputV2",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "cmmId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "maxLastModifiedAt",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "minLastModifiedAt",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "territory",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "OwnershipNrSoundRecordingsResult",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "OwnershipNrSoundRecording",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "OwnershipNrTrack",
                "description": null,
                "fields": [
                    {
                        "name": "associatedAudioIsrc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "discNumber",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "externalId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isrc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "notes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "product",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "OwnershipNrProduct",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recordingType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "OwnershipNrTrackRecordingType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reference",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "submittedByVendor",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Vendor",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "title",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackNumber",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorOwnershipRules",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INTERFACE",
                                        "name": "OwnershipNrRule",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "version",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "OwnershipNrTrackInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "associatedAudioIsrc",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "discNumber",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "externalId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isrc",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "notes",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recordingType",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "OwnershipNrTrackRecordingType",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "submittedByVendorId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "title",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackNumber",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "upc",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "version",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "OwnershipNrTrackRecordingType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "AUDIO",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "VIDEO",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "OwnershipNrTrackResult",
                "description": null,
                "fields": [
                    {
                        "name": "error",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrTrack",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "OwnershipNrTrack",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "OwnershipNrTrackResults",
                "description": null,
                "fields": [
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tracks",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "OwnershipNrTrack",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "OwnershipNrTrackUpdateReferenceInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "id",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "soundRecordingUuid",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "OwnershipParticipantType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "HAS_FEATURED_ARTIST",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "HAS_PRIMARY_ARTIST",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "OwnershipServiceFormat",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "CSV",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DDEX_RDRN_V_1_4",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "XLSX",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PLine",
                "description": null,
                "fields": [
                    {
                        "name": "label",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "year",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "SCALAR",
                "name": "PPAction",
                "description": "PPAction is a custom scalar/named string type.\n\n**Only use this type if your application is on-boarded to PP.**",
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "PPAuthDecision",
                "description": "PPAuthDecision represents the effect of an authorization policy.\n\n**Only use this type if your application is on-boarded to PP.**",
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ALLOW",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DENY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "SCALAR",
                "name": "PPResourceType",
                "description": "PPResourceType is a custom scalar/named string type.\n\n**Only use this type if your application is on-boarded to PP.**",
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PPResourceTypeActionAuthorizedTenants",
                "description": "PPResourceTypeActionAuthorizedTenants contains the tenants for which\nan identity is authorized to perform action on a resource type.\n\n**Only use this type if your application is on-boarded to PP.**",
                "fields": [
                    {
                        "name": "action",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "PPAction",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "resourceType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "PPResourceType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tenants",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INTERFACE",
                                        "name": "Tenant",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PPResourceTypeActionDecision",
                "description": "PPResourceTypeActionDecision represents the effect of an authorization policy\non the resource type and action pair in the PP system.\n\n**Only use this type if your application is on-boarded to PP.**",
                "fields": [
                    {
                        "name": "action",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "PPAction",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "decision",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "PPAuthDecision",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "resourceType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "PPResourceType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "PPResourceTypeActionInput",
                "description": "PPResourceTypeActionInput represents a pair of resource type and action in the PP system.\n\n**Only use this type if your application is on-boarded to PP.**",
                "fields": null,
                "inputFields": [
                    {
                        "name": "action",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "PPAction",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "resourceType",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "PPResourceType",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "PPRoleInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "role",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Pagination",
                "description": null,
                "fields": [
                    {
                        "name": "totalRecords",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ParentCompany",
                "description": null,
                "fields": [
                    {
                        "name": "displayName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "uuid",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "ParentalAdvisory",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "CLEAN_VERSION",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "NO",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "YES",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PartPresignedUrl",
                "description": null,
                "fields": [
                    {
                        "name": "partNumber",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "url",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Participant",
                "description": "This type should not be used for any new functionality. If you're thinking about using this, you probably want\nto be using a GlobalParticipant or LabelParticipant instead. Since mobile was built on this type, we need to support\nit in the interim, but we plan to replace it with GlobalParticipant.",
                "fields": [
                    {
                        "name": "analytics",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalParticipantAnalytics",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "appleMusicId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "chartmetricId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "coverImageLocation",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "following",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalParticipant",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalParticipant",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "imageLocation",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isPartOfCatalog",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "relatedParticipants",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "RelatedParticipants",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "socialData",
                        "description": null,
                        "args": [
                            {
                                "name": "platforms",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "SocialPlatform",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ParticipantSocialData",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "soundRecordings",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalSoundRecording",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "spotifyId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "OrchardSubaccount",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Please use LabelParticipant type instead."
                    },
                    {
                        "name": "vendor",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "OrchardVendor",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Please use LabelParticipant type instead."
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ParticipantDownloadsByCountry",
                "description": null,
                "fields": [
                    {
                        "name": "countries",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "DownloadsCountry",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalParticipantId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ParticipantDownloadsByStore",
                "description": null,
                "fields": [
                    {
                        "name": "globalParticipantId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "stores",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "StoreDownloads",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "ParticipantIncorrectProfileInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "currentArtistName",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "message",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "newArtistName",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "participantId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "participantName",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productName",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccountId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "upc",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "ParticipantNodeRelationship",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "PRODUCT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SOUND_RECORDING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INTERFACE",
                "name": "ParticipantNr",
                "description": null,
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": [
                    {
                        "kind": "OBJECT",
                        "name": "NrParticipant",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "OwnershipNrParticipant",
                        "ofType": null
                    }
                ]
            },
            {
                "kind": "OBJECT",
                "name": "ParticipantServiceSearchResult",
                "description": null,
                "fields": [
                    {
                        "name": "serviceArtists",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ServiceArtist",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "ParticipantServiceType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "APPLE_MUSIC",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SPOTIFY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ParticipantSocialData",
                "description": null,
                "fields": [
                    {
                        "name": "fans",
                        "description": null,
                        "args": [
                            {
                                "name": "fanTypes",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "SocialFansType",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "maxFollowers",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "minFollowers",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "SocialFansOrderBy",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "platforms",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "SocialPlatform",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SocialFan",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "This feature is no longer in use"
                    },
                    {
                        "name": "mentions",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "maxFollowers",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "minFollowers",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "SocialPostsOrderBy",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "platforms",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "SocialPlatform",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SocialPost",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "This feature is no longer in use"
                    },
                    {
                        "name": "posts",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "minFollowers",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "SocialPostsOrderBy",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "platforms",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "SocialPlatform",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SocialPost",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "This feature is no longer in use"
                    },
                    {
                        "name": "socialAccounts",
                        "description": null,
                        "args": [
                            {
                                "name": "platforms",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "SocialPlatform",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "SocialAccount",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "spotifyPopularity",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "SpotifyPopularity",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalFollowers",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalListeners",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "ParticipantUpdateInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "appleMusicId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "collaboratorId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "spotifyId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccountId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "ParticipationLocalization",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "languageId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ParticipationRole",
                "description": null,
                "fields": [
                    {
                        "name": "appleRoleName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "category",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ParticipationRoleCategory",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ddexRoleName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ParticipationRoleCategory",
                "description": null,
                "fields": [
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "roles",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ParticipationRole",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Payee",
                "description": null,
                "fields": [
                    {
                        "name": "payeeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "payeeName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "payeeType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "PayeeType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "payoneerAssignedId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "payoneerClientReferenceId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "payoneerProgramId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "referencePaymentType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusReferencePaymentType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PayeeAddress",
                "description": null,
                "fields": [
                    {
                        "name": "address1",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "address2",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "city",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "province",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "zip",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "PayeeAddressInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "address1",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "address2",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "city",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryCode",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "province",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "zip",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PayeeBankFieldDetailsItem",
                "description": null,
                "fields": [
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "PayeeBankFieldDetailsItemInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "name",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PayeeCompany",
                "description": null,
                "fields": [
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "PayeeCompanyInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "name",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PayeeContact",
                "description": null,
                "fields": [
                    {
                        "name": "dateOfBirth",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "email",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "firstName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "PayeeContactInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "dateOfBirth",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "email",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "firstName",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastName",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PayeePayoutMethod",
                "description": null,
                "fields": [
                    {
                        "name": "bankAccountType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "bankFieldDetails",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PayeeBankFieldDetailsItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "country",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "PayeePayoutMethodInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "bankAccountType",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "bankFieldDetails",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "PayeeBankFieldDetailsItemInput",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "country",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currency",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PayeeRegistrationDetails",
                "description": null,
                "fields": [
                    {
                        "name": "accountPayeeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "address",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PayeeAddress",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "company",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PayeeCompany",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contact",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PayeeContact",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "payoutMethod",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PayeePayoutMethod",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "type",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PayeeRegistrationFormat",
                "description": null,
                "fields": [
                    {
                        "name": "bankAccountType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "bankCountry",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "bankCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fields",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PayeeRegistrationFormatFields",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "type",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PayeeRegistrationFormatDependentOptions",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PayeeRegistrationFormatDependentOptionsItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PayeeRegistrationFormatDependentOptionsItem",
                "description": null,
                "fields": [
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "options",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PayeeRegistrationFormatOptions",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PayeeRegistrationFormatFields",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PayeeRegistrationFormatItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PayeeRegistrationFormatItem",
                "description": null,
                "fields": [
                    {
                        "name": "dependentOptions",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PayeeRegistrationFormatDependentOptions",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "dependentOptionsContainsOthers",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "description",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fieldId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fieldName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fieldType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "label",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "maxLength",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "minLength",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "options",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PayeeRegistrationFormatOptions",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "optionsContainsOther",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "parentFieldId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "parentListItem",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "regex",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "required",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "watermark",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PayeeRegistrationFormatOptions",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PayeeRegistrationFormatOptionsItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PayeeRegistrationFormatOptionsItem",
                "description": null,
                "fields": [
                    {
                        "name": "description",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "PayeeRegistrationInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "accountPayeeId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "address",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INPUT_OBJECT",
                                "name": "PayeeAddressInput",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "company",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "PayeeCompanyInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contact",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "PayeeContactInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "payoutMethod",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INPUT_OBJECT",
                                "name": "PayeePayoutMethodInput",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "type",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "PayeeType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "COLLABORATOR",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PaymentEntityTaxEligibilityCriteria",
                "description": null,
                "fields": [
                    {
                        "name": "requiresCountryOfTaxResidence",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "requiresVATCollection",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "requiresWForm",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "PaymentType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "PAYONEER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PAYONEER_WHITELABEL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SAP",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "PayoneerAccountStatus",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ACTIVE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "INACTIVE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PENDING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PayoneerRegistrationLink",
                "description": null,
                "fields": [
                    {
                        "name": "accountPayeeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "payoneerIframeUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PendingAdjustmentsList",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AbacusWorksheetAdjustment",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PerformanceByCountry",
                "description": null,
                "fields": [
                    {
                        "name": "countries",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "JSON",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Performer",
                "description": null,
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "role",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "roleId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "type",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PhysicalDeliveryOrder",
                "description": null,
                "fields": [
                    {
                        "name": "createdAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdBy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Identity",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deliveryStore",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "DeliveryStore",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deliveryType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "PhysicalDeliveryType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastUpdated",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastUpdatedBy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Identity",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "outputFile",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "products",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PhysicalDeliveryOrderProducts",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "PhysicalDeliveryOrderStatus",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "PhysicalDeliveryOrderBy",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "CREATED_AT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "LAST_UPDATED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PhysicalDeliveryOrderProducts",
                "description": null,
                "fields": [
                    {
                        "name": "product",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Product",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "total",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PhysicalDeliveryOrderResults",
                "description": null,
                "fields": [
                    {
                        "name": "orders",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PhysicalDeliveryOrder",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "total",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "PhysicalDeliveryOrderStatus",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "CANCELLED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "COMPLETE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ERROR",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "IN_PROGRESS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "READY_FOR_DELIVERY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PhysicalDeliveryProductResult",
                "description": null,
                "fields": [
                    {
                        "name": "products",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Product",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "total",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "PhysicalDeliveryType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "NEW",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TAKEDOWN",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "UPDATE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Platform",
                "description": null,
                "fields": [
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "PlatformName",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PlatformChart",
                "description": null,
                "fields": [
                    {
                        "name": "definitionKey",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "platform",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Platform",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PlatformChartCountryPlacement",
                "description": null,
                "fields": [
                    {
                        "name": "countryCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currentPosition",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "latestAddedDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "newlyEntered",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "positionChange",
                        "description": "positionChange can be null when the track enteres or re-enteres a chart and it has no previous_position to\ncalculate this value",
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams",
                        "description": "Streams only returns _1_DAY day for now. Streams can be null because currently we have the data for spotify only\nWe can`t convert nulls to 0 (zero) because 0 can be a valid value",
                        "args": [
                            {
                                "name": "period",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "PlatformChartStreamsPeriod",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PlatformChartCountryPlacementResult",
                "description": null,
                "fields": [
                    {
                        "name": "count",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PlatformChartCountryPlacement",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PlatformChartPlacement",
                "description": null,
                "fields": [
                    {
                        "name": "chart",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PlatformChart",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countries",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PlatformChartCountryPlacementResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "latestDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PlatformChartPlacementResults",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PlatformChartPlacement",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "PlatformChartStreamsPeriod",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "_1_DAY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "PlatformName",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "AMAZON",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "APPLEMUSIC",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DEEZER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ITUNES",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "LINEMUSIC",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "RECOCHOKU",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SHAZAM",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SOUNDCLOUD",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SPOTIFY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "YOUTUBE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PlayerDailyDownloads",
                "description": null,
                "fields": [
                    {
                        "name": "downloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "player",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reportDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Playlist",
                "description": null,
                "fields": [
                    {
                        "name": "analytics",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PlaylistAnalytics",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "followers",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use playlistFollowerCount"
                    },
                    {
                        "name": "imageLocation",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use playlistArtworkUrl"
                    },
                    {
                        "name": "ownerCategory",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "OwnerCategory",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use playlistType"
                    },
                    {
                        "name": "playlistArtworkUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "playlistCurator",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PlaylistCurator",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "playlistFollowerCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "playlistGenres",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "playlistId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "playlistName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "playlistTrackCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "playlistType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "PlaylistType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "playlistUri",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use playlistUrl"
                    },
                    {
                        "name": "playlistUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "source",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Store",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storefront",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use playlistTrackCount"
                    },
                    {
                        "name": "userDisplayName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PlaylistAnalytics",
                "description": null,
                "fields": [
                    {
                        "name": "playlist",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Playlist",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams7Days",
                        "description": null,
                        "args": [
                            {
                                "name": "streamCountries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams28Days",
                        "description": null,
                        "args": [
                            {
                                "name": "streamCountries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PlaylistCurator",
                "description": "Not to be used in production.  Use `insights_playlists` feature flag for QA. ",
                "fields": [
                    {
                        "name": "curatorCountry",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "curatorId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "curatorName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PlaylistPlacement",
                "description": null,
                "fields": [
                    {
                        "name": "added",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "breakdownByCountry",
                        "description": "Not to be used in production.  Use `insights_playlists` feature flag for QA. ",
                        "args": [
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "playlistAppearances",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "streamCountries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PlaylistPlacementBreakdownByCountry",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currentPosition",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "dateRemoved",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "daysOnPlaylist",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "firstPlay",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalSoundRecording",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalSoundRecording",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isLatestEntry",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastAddedOnDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "peakPosition",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "playlist",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Playlist",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "playlistPlacementStreams",
                        "description": null,
                        "args": [
                            {
                                "name": "streamCountries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PlaylistPlacementStreams",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "position",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "positionChange",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "previousPosition",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "soundRecording",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "SoundRecording",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Please use globalSoundRecording"
                    },
                    {
                        "name": "storefrontCount",
                        "description": null,
                        "args": [
                            {
                                "name": "playlistAppearances",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storefrontPlacements",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "StorefrontPlacement",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams1Day",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PlaylistPlacementBreakdownByCountry",
                "description": null,
                "fields": [
                    {
                        "name": "countries",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PlaylistPlacementBreakdownByCountryItem",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PlaylistPlacementBreakdownByCountryItem",
                "description": null,
                "fields": [
                    {
                        "name": "country",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currentPosition",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "dateRemoved",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "daysOnPlaylist",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "firstPlay",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastAddedOnDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "peakPosition",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "playlistPlacementStreams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PlaylistPlacementStreams",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "positionChange",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "previousPosition",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalPlaylistStreamsLast7Days",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalPlaylistStreamsLast28Days",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PlaylistPlacementPositionTimeseries",
                "description": null,
                "fields": [
                    {
                        "name": "position",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "timestamp",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PlaylistPlacementStreams",
                "description": "Not to be used in production.  Use `insights_playlists` feature flag for QA. ",
                "fields": [
                    {
                        "name": "growthPeriods",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "DeltaGrowth",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "topCountry",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PlaylistPlacementStreamsTimeseries",
                "description": null,
                "fields": [
                    {
                        "name": "streams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "timestamp",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PlaylistPlacements",
                "description": null,
                "fields": [
                    {
                        "name": "placements",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PlaylistPlacement",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sources",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Store",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "unfilteredCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PlaylistPlacementsBreakdown",
                "description": null,
                "fields": [
                    {
                        "name": "stores",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PlaylistPlacementsBreakdownItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "types",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PlaylistPlacementsBreakdownItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PlaylistPlacementsBreakdownItem",
                "description": null,
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "DeltaGrowth",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "PlaylistPlacementsOrderBy",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "LAST_ADDED_ON_DATE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PLAYLIST_FOLLOWER_COUNT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "STREAMS_LAST_1_DAY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "STREAMS_LAST_7_DAYS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "PlaylistPlacementsOrderDir",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ASC",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DESC",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "PlaylistPlacementsOrderInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "by",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "PlaylistPlacementsOrderBy",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "dir",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "PlaylistPlacementsOrderDir",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PlaylistStreams",
                "description": null,
                "fields": [
                    {
                        "name": "playlist",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Playlist",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "PlaylistType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ALGORITHMIC",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CHART",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CURATED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "EDITORIAL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "HOT_HITS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "NEW_MUSIC_FRIDAY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PERSONALIZED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "RADIO",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "STATION",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "USER_GENERATED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Podcast",
                "description": null,
                "fields": [
                    {
                        "name": "appleId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "artworkUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "categories",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "channelId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "copyright",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryDailyDownloads",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "String",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "dateRange",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "PodcastAnalyticsDateRange",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "players",
                                "description": "A list containing the specific podcast players (ex. Apple Podcasts) to filter download results by.",
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "String",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "CountryDailyDownloads",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "description",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "email",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "episode",
                        "description": null,
                        "args": [
                            {
                                "name": "episodeId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Episode",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "episodes",
                        "description": null,
                        "args": [
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "filterByState",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "EpisodeStates",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "sortOrder",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "SortDir",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "EpisodeResults",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "explicit",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "feedType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "PodcastFeedType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "host",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "language",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "link",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "network",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PodcastNetwork",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "networkId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "numEpisodes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "owner",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "participants",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PodcastParticipant",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "playerDailyDownloads",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "String",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "dateRange",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "PodcastAnalyticsDateRange",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "players",
                                "description": "A list containing the specific podcast players (ex. Apple Podcasts) to filter download results by.",
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "String",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PlayerDailyDownloads",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastReviews",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "String",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "dateRange",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PodcastReviewResults",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "seasons",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PodcastSeason",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "showFamily",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "ShowFamily",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "showFamilyId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "showType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "slug",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "title",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "upcomingSoldPercent",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PodcastAdvertisement",
                "description": null,
                "fields": [
                    {
                        "name": "adRead",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AdRead",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "audioFile",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "insertionPoint",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "PodcastAnalyticsDateRange",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ALL_TIME",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CUSTOM",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FIRST_7_DAYS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FIRST_28_DAYS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FIRST_YEAR",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PAST_7_DAYS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PAST_28_DAYS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PAST_YEAR",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PodcastCampaign",
                "description": null,
                "fields": [
                    {
                        "name": "advertiserName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PodcastCampaignAdvertisement",
                "description": null,
                "fields": [
                    {
                        "name": "displayName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "insertionPoint",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PodcastCampaignOrder",
                "description": null,
                "fields": [
                    {
                        "name": "advertisements",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PodcastAdvertisement",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "campaign",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PodcastCampaign",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "campaignId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "endAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "geotargets",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "networkIds",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "position",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "startAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PodcastCategory",
                "description": null,
                "fields": [
                    {
                        "name": "children",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PodcastCategory",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PodcastChart",
                "description": null,
                "fields": [
                    {
                        "name": "category",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "country",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "imageUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "metadataId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "myPodcastId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "networkTitle",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "peakDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "peakRanking",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ranking",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rankingChange",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "store",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "timeOnChart",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "title",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PodcastChartCountry",
                "description": null,
                "fields": [
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PodcastChartDate",
                "description": null,
                "fields": [
                    {
                        "name": "date",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PodcastChartFavorites",
                "description": null,
                "fields": [
                    {
                        "name": "category",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "chartType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "country",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "store",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PodcastChartHighlight",
                "description": null,
                "fields": [
                    {
                        "name": "bestRank",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "category",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "country",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "entranceDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "exitDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "store",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PodcastChartHistory",
                "description": null,
                "fields": [
                    {
                        "name": "ranking",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reportDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PodcastChartSearchResult",
                "description": null,
                "fields": [
                    {
                        "name": "category",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countries",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "store",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "type",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PodcastCharts",
                "description": null,
                "fields": [
                    {
                        "name": "category",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "country",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "entranceDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "exitDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "peakDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "peakRanking",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ranking",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rankingChange",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "store",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "timeOnChart",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PodcastCountry",
                "description": null,
                "fields": [
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PodcastDailyDownloads",
                "description": null,
                "fields": [
                    {
                        "name": "downloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "publishedDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reportDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PodcastFavorites",
                "description": null,
                "fields": [
                    {
                        "name": "charts",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PodcastChartFavorites",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcasts",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PodcastUserFavorites",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "PodcastFeedType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "APPLE_SUBSCRIPTION",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PRIVATE_RSS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PUBLIC_RSS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "YOUTUBE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PodcastGenre",
                "description": null,
                "fields": [
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PodcastLink",
                "description": null,
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "link",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PodcastLinks",
                "description": null,
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "link",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PodcastNetwork",
                "description": null,
                "fields": [
                    {
                        "name": "countryDailyDownloads",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "String",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "dateRange",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "PodcastAnalyticsDateRange",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "players",
                                "description": "A list containing the specific podcast players (ex. Apple Podcasts) to filter download results by.",
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "String",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "CountryDailyDownloads",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isSony",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "numEpisodes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "numShows",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "playerDailyDownloads",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "String",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "dateRange",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "PodcastAnalyticsDateRange",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "players",
                                "description": "A list containing the specific podcast players (ex. Apple Podcasts) to filter download results by.",
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "String",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PlayerDailyDownloads",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PodcastParticipant",
                "description": null,
                "fields": [
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "participantId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "role",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "PodcastParticipantInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "name",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "participantId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "role",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PodcastPlayer",
                "description": null,
                "fields": [
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PodcastRatingAndReviewCount",
                "description": null,
                "fields": [
                    {
                        "name": "averageRating",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ratingCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reviewCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PodcastResults",
                "description": null,
                "fields": [
                    {
                        "name": "podcasts",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Podcast",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PodcastReview",
                "description": null,
                "fields": [
                    {
                        "name": "authorName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "country",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rating",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reviewDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reviewId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reviewText",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reviewTitle",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "store",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PodcastReviewResults",
                "description": null,
                "fields": [
                    {
                        "name": "podcastReviews",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PodcastReview",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PodcastSeason",
                "description": null,
                "fields": [
                    {
                        "name": "active",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "externalId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "number",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "PodcastSeasonInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "externalId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "number",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PodcastStores",
                "description": null,
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PodcastTopCountry",
                "description": null,
                "fields": [
                    {
                        "name": "country",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "downloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "objectId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PodcastTopEpisode",
                "description": null,
                "fields": [
                    {
                        "name": "downloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "episode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Episode",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "episodeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcast",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Podcast",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PodcastTopEpisodes",
                "description": null,
                "fields": [
                    {
                        "name": "topEpisodes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PodcastTopEpisode",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PodcastTopNetwork",
                "description": null,
                "fields": [
                    {
                        "name": "downloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "network",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PodcastNetwork",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "networkId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PodcastTopNetworks",
                "description": null,
                "fields": [
                    {
                        "name": "topNetworks",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PodcastTopNetwork",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PodcastTopPlayer",
                "description": null,
                "fields": [
                    {
                        "name": "downloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "objectId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "player",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PodcastTopPodcast",
                "description": null,
                "fields": [
                    {
                        "name": "downloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcast",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Podcast",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PodcastTopPodcasts",
                "description": null,
                "fields": [
                    {
                        "name": "topPodcasts",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PodcastTopPodcast",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PodcastTranscription",
                "description": null,
                "fields": [
                    {
                        "name": "createdDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "episodeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isTranscriptProcessing",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transcript",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Transcript",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updatedDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PodcastUser",
                "description": null,
                "fields": [
                    {
                        "name": "admin",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "allNetworks",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "email",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastLogin",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "networks",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PodcastNetwork",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "organization",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcasts",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Podcast",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "role",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "showFamilies",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ShowFamily",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PodcastUserFavorites",
                "description": null,
                "fields": [
                    {
                        "name": "podcast",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Podcast",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PodcastUserResults",
                "description": null,
                "fields": [
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "users",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PodcastUser",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PodcastUserSettings",
                "description": null,
                "fields": [
                    {
                        "name": "adNotifications",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastNotifications",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "spikeNotifications",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transcriptionNotifications",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "PotGraphType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "AREA",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "BAR",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "COLUMN",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "LINE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "PreOrderType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "IMMEDIATE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "NO_PREORDER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SPECIFIC_DATE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "PricingFamily",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "FILM",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MUSIC_ALBUM",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MUSIC_TRACK",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PHYSICAL_MUSIC",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "VIDEO",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "Priority",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "HIGH",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "LOW",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MEDIUM",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "PriorityType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "A",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "B",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Product",
                "description": "Based in graphql-product.",
                "fields": [
                    {
                        "name": "aggregatedStreams",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "daysBack",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "dimension",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "topSize",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AggregatedStreams",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "aggregatedSummary",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "topSize",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AggregatedSummary",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "analytics",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "ProductAnalytics",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "artists",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Artist",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "cLine",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "carveouts",
                        "description": null,
                        "args": [
                            {
                                "name": "combined",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "false",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "UNION",
                                        "name": "Carveout",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "catalogLabelsV2",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INTERFACE",
                                        "name": "Label",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "channelSelection",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "configuration",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contextType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "customThumbnailPath",
                        "description": "Video Product custom thumbnail path.",
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use `VideoProduct.customThumbnailPath` instead."
                    },
                    {
                        "name": "deletions",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deliveredVersion",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deliveryHistory",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ProductDeliveryHistory",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deliveryLinks",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "StoreLink",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deliveryStoreDetails",
                        "description": null,
                        "args": [
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ProductDeliveryStoreDetail",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "displayStatus",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "ENUM",
                            "name": "DisplayStatus",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "displayUpc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "distributionDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "distributionFormatId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "format",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "genreId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use `subgenre.genre.id`."
                    },
                    {
                        "name": "globalProduct",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GlobalProduct",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "imageLocation",
                        "description": null,
                        "args": [
                            {
                                "name": "fallback",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "size",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "imprint",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ingestionCompleted",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isArtworkValid",
                        "description": "Check Artwork validity via ows-assets/v2/validators/\n\nNote: This is for relevant for Audio Products only.",
                        "args": [
                            {
                                "name": "requireV1",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "label",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INTERFACE",
                                "name": "Label",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelParticipations",
                        "description": null,
                        "args": [
                            {
                                "name": "filter",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "ProductParticipationFilterInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "LabelProductParticipation",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "marketingPriority",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ProductMarketingPriority",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "marketingProgramInfos",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "MarketingProgramInfo",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "metaLanguage",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use `metadataLanguage.code`"
                    },
                    {
                        "name": "metadataLanguage",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Language",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "notForDistribution",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "numberOfCollaborators",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "numberOfSplits",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "numberOfStores",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "numberOfTracks",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "numberOfTracksWithSplits",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "playlistPlacements",
                        "description": null,
                        "args": [
                            {
                                "name": "curatorCountries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "minFollowers",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "ownerCategories",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "OwnerCategory",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "playlistAppearances",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "playlistTypes",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "PlaylistType",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storefrontEnabled",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "streamCountries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PlaylistPlacements",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "preorderDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "preorderType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "PreOrderType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "previewable",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pricingTier",
                        "description": null,
                        "args": [
                            {
                                "name": "pricingFamily",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "PricingFamily",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "ProductPricingTier",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "primaryArtists",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Artist",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use `artists`. This field returns the Project artist."
                    },
                    {
                        "name": "priority",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productConfiguration",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productFieldChanges",
                        "description": null,
                        "args": [
                            {
                                "name": "storeId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ProductFieldChangeDetails",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productLocalizations",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ProductLocalization",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productTerritoryCarveouts",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ProductTerritoryCarveout",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use `Product.carveouts` instead."
                    },
                    {
                        "name": "productTypeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "project",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Project",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "releaseCorrection",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "ReleaseCorrection",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "releaseCorrectionId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "releaseDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "releaseId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "releaseSchedule",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "ProductReleaseSchedule",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reviewHistory",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ReviewHistoryItems",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saleStartDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "specialInstructions",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamsGrowthPeriods",
                        "description": null,
                        "args": [
                            {
                                "name": "period",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "StreamsGrowthPeriodEnum",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "StreamsGrowthPeriod",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "OrchardSubaccount",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use `label`."
                    },
                    {
                        "name": "subaccountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use `label.id.subaccountId`."
                    },
                    {
                        "name": "subaccountName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use `label.name`."
                    },
                    {
                        "name": "subgenre",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Subgenre",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subgenreId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use `subgenre.id`."
                    },
                    {
                        "name": "summary",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "ids",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "multiProduct",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "resolution",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "type",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "ProductSummaryType",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ProductSummary",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "thumbnailPath",
                        "description": "Video Product thumbnail path.",
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use `VideoProduct.thumbnailPath` instead."
                    },
                    {
                        "name": "timedRelease",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "TimedRelease",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "timeseries",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "datePeriod",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "DatePeriod",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "ids",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "multiProduct",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "resolution",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "type",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "ProductTimeseriesType",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ProductTimeseries",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tracks",
                        "description": null,
                        "args": [
                            {
                                "name": "isrc",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "1000",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "nameIncludes",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": "\"track_number\"",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": "\"asc\"",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Track",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "typeOfVideo",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use `VideoProduct.typeOfVideo` instead."
                    },
                    {
                        "name": "upc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "validation",
                        "description": null,
                        "args": [
                            {
                                "name": "validationContext",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "ValidationContext",
                                    "ofType": null
                                },
                                "defaultValue": "PRE_SUBMISSION",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "ProductValidation",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorCatalogNumber",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use `label.id.vendorId`."
                    },
                    {
                        "name": "version",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "videoProduct",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "VideoProduct",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ProductAnalytics",
                "description": null,
                "fields": [
                    {
                        "name": "aggregateStreams",
                        "description": null,
                        "args": [
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "multiProduct",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AggregateStreams",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "downloadsByCountry",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ProductDownloadsByCountry",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "downloadsByStore",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ProductDownloadsByStore",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "downloadsTotal",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ProductDownloadsTotal",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Streams",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamsByCountry",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "multiProduct",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "StreamsByCountry",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamsBySourceOfStreams",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "multiProduct",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "StreamsBySourceOfStreams",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamsByStore",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "multiProduct",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TimeseriesByStore",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamsByTrack",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "multiProduct",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TimeseriesByTrack",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamsTotal",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "multiProduct",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "StreamsTotal",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackDownloadsByCountry",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ProductDownloadsByCountry",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackDownloadsByStore",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ProductDownloadsByStore",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackDownloadsByTrack",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ProductTrackDownloadsByTrack",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackDownloadsTotal",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ProductDownloadsTotal",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "ProductArtistRole",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ARRANGER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CAST",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CHORUS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "COMPOSER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CONDUCTOR",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ENGINEER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ENSEMBLE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FEATURED_ARTIST",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FEATURE_TO_PRIMARY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "LYRICIST",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ORCHESTRA",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PRIMARY_ARTIST",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PRODUCER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "REMIXER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SINGER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SOLOIST",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "ProductConfiguration",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "DIGITAL_AUDIO",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DigitalAudio",
                        "description": null,
                        "isDeprecated": true,
                        "deprecationReason": "Enumerated values should be UPPER_CAMEL_CASE."
                    },
                    {
                        "name": "MOVIE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MUSIC_VIDEO",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "Movie",
                        "description": null,
                        "isDeprecated": true,
                        "deprecationReason": "Enumerated values should be UPPER_CAMEL_CASE."
                    },
                    {
                        "name": "MusicVideo",
                        "description": null,
                        "isDeprecated": true,
                        "deprecationReason": "Enumerated values should be UPPER_CAMEL_CASE."
                    },
                    {
                        "name": "OTHER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "Other",
                        "description": null,
                        "isDeprecated": true,
                        "deprecationReason": "Enumerated values should be UPPER_CAMEL_CASE."
                    },
                    {
                        "name": "PHYSICAL_AUDIO",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PhysicalAudio",
                        "description": null,
                        "isDeprecated": true,
                        "deprecationReason": "Enumerated values should be UPPER_CAMEL_CASE."
                    },
                    {
                        "name": "TVShow",
                        "description": null,
                        "isDeprecated": true,
                        "deprecationReason": "Enumerated values should be UPPER_CAMEL_CASE."
                    },
                    {
                        "name": "TV_SHOW",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ProductCorrectionDetail",
                "description": null,
                "fields": [
                    {
                        "name": "correctionDetailId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fieldName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "keyId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "keyValue",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tableName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "ProductCorrectionDetailInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "corrections",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CorrectionDetailInput",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "releaseCorrectionId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ProductDelivery",
                "description": null,
                "fields": [
                    {
                        "name": "product_id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "store_links",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "StoreLink",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ProductDeliveryHistory",
                "description": null,
                "fields": [
                    {
                        "name": "dateDelivered",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "store",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Store",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ProductDeliveryStoreDetail",
                "description": null,
                "fields": [
                    {
                        "name": "effectivePriceCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "EffectivePriceCode",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "product",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Product",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "store",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "DeliveryStore",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ProductDownloadsByCountry",
                "description": null,
                "fields": [
                    {
                        "name": "countries",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "DownloadsCountry",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ProductDownloadsByStore",
                "description": null,
                "fields": [
                    {
                        "name": "productId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "stores",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "StoreDownloads",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ProductDownloadsTotal",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "DownloadsTimeseries",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ProductFamily",
                "description": null,
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ProductFieldChangeDetails",
                "description": null,
                "fields": [
                    {
                        "name": "fieldChangeName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "newDeletionStatus",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "ENUM",
                            "name": "DeletionStatus",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "newEmbargoDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "newPrice",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "newSalesStartDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "oldDeletionStatus",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "ENUM",
                            "name": "DeletionStatus",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "oldEmbargoDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "oldPrice",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "oldSalesStartDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ProductInternalNote",
                "description": null,
                "fields": [
                    {
                        "name": "internalNote",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ProductLocalization",
                "description": null,
                "fields": [
                    {
                        "name": "artists",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Artist",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Should use type LabelParticipant."
                    },
                    {
                        "name": "deliveredVersion",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "iTunesLanguage",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ITunesLanguage",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ProductMarketingPriority",
                "description": null,
                "fields": [
                    {
                        "name": "internalNote",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "priorities",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "MarketingPriority",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "ProductMarketingPriorityInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "priorityId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "priorityType",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "PriorityType",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "territoryId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "ProductOrderBy",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "RELEASE_ID",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SALE_START_DATE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ProductOverridePricingTier",
                "description": null,
                "fields": [
                    {
                        "name": "activated",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "intervalEnd",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "intervalStart",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "orchardPricingTier",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "OrchardPricingTier",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productPricingOverrideId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "ProductParticipationFilterInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "participated_as_in",
                        "description": "Filter on the participatedAs field. This is the raw database field which has a bunch of bad data in it.\nSee `LabelTrackParticipation.participatedAs` for more information",
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "ProductParticipationInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "labelParticipantUuid",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "localizations",
                        "description": "This field requires product level localizations to be set",
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "ParticipationLocalization",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "role",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "ProductArtistRole",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ProductPricingTier",
                "description": null,
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "orchardPricingTier",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "OrchardPricingTier",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pricingFamily",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "PricingFamily",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "product",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Product",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productOverrides",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ProductOverridePricingTier",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackOverrides",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "TrackOverridePricingTier",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ProductReleaseSchedule",
                "description": null,
                "fields": [
                    {
                        "name": "staggered",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "StaggeredReleaseSchedule",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "timed",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TimedReleaseSchedule",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "unsupportedTimed",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "UnsupportedTimedReleaseSchedule",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "ProductReleaseScheduleInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "staggered",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "StaggeredReleaseScheduleInput",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "timed",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "TimedReleaseScheduleInput",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "unsupportedTimed",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "UnsupportedTimedReleaseScheduleInput",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ProductResults",
                "description": null,
                "fields": [
                    {
                        "name": "products",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Product",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalProducts",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ProductSearchResults",
                "description": null,
                "fields": [
                    {
                        "name": "products",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Product",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ProductSummary",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INTERFACE",
                                        "name": "ProductSummaryItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ProductSummaryGenericItem",
                "description": null,
                "fields": [
                    {
                        "name": "downloadsProduct",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "downloadsTrack",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saves",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skipRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skips",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "ProductSummaryItem",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INTERFACE",
                "name": "ProductSummaryItem",
                "description": null,
                "fields": [
                    {
                        "name": "downloadsProduct",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "downloadsTrack",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saves",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skipRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skips",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": [
                    {
                        "kind": "OBJECT",
                        "name": "ProductSummaryGenericItem",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "ProductSummaryTrackItem",
                        "ofType": null
                    }
                ]
            },
            {
                "kind": "OBJECT",
                "name": "ProductSummaryTrackItem",
                "description": null,
                "fields": [
                    {
                        "name": "downloadsProduct",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "downloadsTrack",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalSoundRecording",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalSoundRecording",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saves",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skipRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skips",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "ProductSummaryItem",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "ProductSummaryType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "COUNTRY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SOS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SOUND_RECORDING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "STORE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TOTAL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ProductTerritoryCarveout",
                "description": null,
                "fields": [
                    {
                        "name": "countryCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "ProductTerritoryCarveoutsInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "countryCodes",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "upc",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "ProductTerritoryDateInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "countryCodes",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "preorderDate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "releaseDate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saleStartDate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vodStartDate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "ProductTerritoryDatesInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "productId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "territoryDates",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "ProductTerritoryDateInput",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ProductTimeseries",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ProductTimeseriesItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ProductTimeseriesItem",
                "description": null,
                "fields": [
                    {
                        "name": "date",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "downloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saves",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skipRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skips",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "ProductTimeseriesType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "PRODUCT_DOWNLOADS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PRODUCT_DOWNLOADS_BY_COUNTRY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PRODUCT_DOWNLOADS_BY_STORE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PRODUCT_STREAMS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PRODUCT_STREAMS_BY_COUNTRY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PRODUCT_STREAMS_BY_SOS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PRODUCT_STREAMS_BY_STORE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PRODUCT_STREAMS_BY_TRACK",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TRACK_DOWNLOADS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TRACK_DOWNLOADS_BY_COUNTRY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TRACK_DOWNLOADS_BY_STORE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TRACK_DOWNLOADS_BY_TRACK",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ProductTrackAssetsResult",
                "description": "Represents a result from the Asset V1 productTrack route",
                "fields": [
                    {
                        "name": "assets",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AssetInfo",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ProductTrackDownloadsByTrack",
                "description": null,
                "fields": [
                    {
                        "name": "downloadsByTrack",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TimeseriesTrackDownloads",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ProductTracksCount",
                "description": null,
                "fields": [
                    {
                        "name": "release",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "track",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ProductValidation",
                "description": null,
                "fields": [
                    {
                        "name": "errors",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ProductValidationError",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isValid",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "warnings",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ProductValidationWarning",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ProductValidationError",
                "description": null,
                "fields": [
                    {
                        "name": "code",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "ProductValidationErrorCode",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reason",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "ProductValidationErrorCode",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ACCOUNT_BLOCKLIST",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ARTWORK",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "COMPOSER_REQUIRED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "C_LINE_REQUIRED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FORMAT_REQUIRED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "GENRE_ID_REQUIRED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "IMPRINT_REQUIRED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "META_LANGUAGE_INVALID",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "META_LANGUAGE_REQUIRED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PREORDER_DATE_REQUIRED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PRIMARY_ARTIST_REQUIRED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PRODUCT_CODE_BLANK",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PRODUCT_CODE_PATTERN",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PRODUCT_CODE_REQUIRED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PRODUCT_CODE_TYPE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PRODUCT_NAME_REQUIRED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "RELEASE_DATE_REQUIRED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SALE_START_DATE_REQUIRED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ST_VARIOUS_ARTISTS_RES",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SUBGENRE_ID_REQUIRED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ProductValidationWarning",
                "description": null,
                "fields": [
                    {
                        "name": "code",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "ProductValidationWarningCode",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reason",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "ProductValidationWarningCode",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "AWAL_ARTIST_APPLICATION_MISMATCH",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "BLOCKLIST",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PRIMARY_ARTIST_MISMATCH",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "VARIOUS_ARTIST_MISMATCH",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ProductsBySplitsResult",
                "description": null,
                "fields": [
                    {
                        "name": "products",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Product",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Profile",
                "description": "Profile describes identity access to appropriate application based on profileType\n(e.g. profileType: \"LabelProfile\" -> gives access to Workstation).",
                "fields": [
                    {
                        "name": "collaboratorSearch",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "20",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "term",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "CollaboratorResults",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryFilters",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "CountryFilter",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "features",
                        "description": "regex has now been deprecated, use prefix instead",
                        "args": [
                            {
                                "name": "prefix",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "regex",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Feature",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "firstName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "hasD3Access",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "imageLocation",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelAccess",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "LabelAccess",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelParticipantSearchV2",
                        "description": null,
                        "args": [
                            {
                                "name": "first",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "10",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "includeSubaccounts",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": "false",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "term",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "LabelParticipantSearchResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelSearch",
                        "description": null,
                        "args": [
                            {
                                "name": "companyBrandUuids",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": "[]",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "includeDistributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": "true",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "labelType",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "LabelType",
                                    "ofType": null
                                },
                                "defaultValue": "ALL",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "20",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "term",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorStatuses",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": "[\"signed\"]",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorTypes",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "VendorType",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": "[]",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INTERFACE",
                                    "name": "Label",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelSearch2",
                        "description": "creating dupe becuase of bug with the alias'd fields: https://github.com/neo4j-graphql/neo4j-graphql-js/issues/39",
                        "args": [
                            {
                                "name": "companyBrandUuids",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": "[]",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "includeDistributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": "true",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "labelType",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "LabelType",
                                    "ofType": null
                                },
                                "defaultValue": "ALL",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "20",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "term",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorStatuses",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": "[\"signed\"]",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorTypes",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "VendorType",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": "[]",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INTERFACE",
                                    "name": "Label",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "dupe of labelSearch. Remove it once the alias bug is resolved."
                    },
                    {
                        "name": "lastName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "preSavedMarkets",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "preSavedStores",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Store",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "profileId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "profileName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "profileType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "ProfileType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "profileTypeName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "profileUUID",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "resources",
                        "description": null,
                        "args": [
                            {
                                "name": "resource",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ProfileResource",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "roles",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "Role",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updatedBy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updatedOn",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "userIdentity",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Identity",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ProfileResource",
                "description": null,
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "roles",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "type",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "ProfileType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ABACUS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ACCOUNT360",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ARTIST",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "AUDIENCE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "COLLABORATORS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CONTENT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DISTRIBUTION",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DOCUMENTS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "INSIGHTS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "LABEL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MONEYHUB",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ORCHADMIN",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PODCAST",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PUBLISHING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SETTINGS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SONGWHIP",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Project",
                "description": null,
                "fields": [
                    {
                        "name": "created",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "description",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelParticipant",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "LabelParticipant",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "marketingHighlights",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ProjectMarketingHighlight",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "marketingPriority",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ProjectMarketingPriority",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "marketingProgramInfos",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "MarketingProgramInfo",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "primaryArtists",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Artist",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use labelParticipant instead"
                    },
                    {
                        "name": "productCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "projectCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "projectHighlights",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "projectId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "projectName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updated",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ProjectInternalNote",
                "description": null,
                "fields": [
                    {
                        "name": "internalNote",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ProjectMarketingHighlight",
                "description": null,
                "fields": [
                    {
                        "name": "marketingHighlight",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "marketingTerritory",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "MarketingTerritory",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "slogan",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "store",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Store",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "syncHighlight",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "territory",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Territory",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "ProjectMarketingHighlightsInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "data",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "MarketingHighlightsInput",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "projectId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ProjectMarketingPriority",
                "description": null,
                "fields": [
                    {
                        "name": "internalNote",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "priorities",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "MarketingPriority",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "ProjectMarketingPriorityInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "priorityId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "priorityType",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "PriorityType",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "territoryId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PublicLabel",
                "description": "This type represents the \"imprint\" information that we're getting from Chartmetric.\nIt's unrelated to an \"Orchard Label\".",
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PublicParticipant",
                "description": null,
                "fields": [
                    {
                        "name": "accountStatsV2",
                        "description": null,
                        "args": [
                            {
                                "name": "platform",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "SocialPlatform",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AggregatedSocialAccountStatV2",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "chartmetricId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "imageUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "socialAccounts",
                        "description": null,
                        "args": [
                            {
                                "name": "filter",
                                "description": "DO NOT USE",
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "_PublicSocialAccountFilter",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PublicSocialAccount",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "socialAccountsV2",
                        "description": null,
                        "args": [
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "mostPopularForPlatform",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "false",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PublicSocialAccountV2",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "socialStatsV2",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AggregatedParticipantSocialStatV2",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "soundRecordings",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PublicSoundRecording",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "spotifyId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PublicProduct",
                "description": null,
                "fields": [
                    {
                        "name": "chartRankingsHistory",
                        "description": null,
                        "args": [
                            {
                                "name": "chartId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ChartRankingV2",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deezerId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "imageUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "label",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PublicLabel",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "releaseDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "_Neo4jDate",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "spotifyId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tracks",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "10",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PublicTrack",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "upc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PublicSocialAccount",
                "description": null,
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pendingUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "platform",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "stats",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AggregatedSocialAccountStat",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use PublicParticipant.accountStatsV2"
                    },
                    {
                        "name": "url",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PublicSocialAccountV2",
                "description": null,
                "fields": [
                    {
                        "name": "followers",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "SocialAccountV2Followers",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pendingUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "platform",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "timeseriesV2",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "SocialAccountStatV2",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "url",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PublicSoundRecording",
                "description": null,
                "fields": [
                    {
                        "name": "chartAggregatedRankingsV2",
                        "description": null,
                        "args": [
                            {
                                "name": "appearedOnDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ChartAggregatedRankingV2",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "chartRankingsHistory",
                        "description": null,
                        "args": [
                            {
                                "name": "chartId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ChartRankingV2",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalSoundRecording",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GlobalSoundRecording",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "imageUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "imprint",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isPartOfCatalog",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isrc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "participants",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PublicParticipant",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "releaseDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "spotifyId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tracks",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PublicTrack",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PublicTrack",
                "description": null,
                "fields": [
                    {
                        "name": "appleMusicId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deezerId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "imageUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isrc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "product",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PublicProduct",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "soundRecording",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PublicSoundRecording",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "spotifyId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tiktokId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PublishingAgreement",
                "description": null,
                "fields": [
                    {
                        "name": "compositions",
                        "description": null,
                        "args": [
                            {
                                "name": "draft",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PublishingComposition",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "controlled",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "excludedTerritories",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "publisher",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PublishingPublisher",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "songWriter",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PublishingSongWriter",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "PublishingAgreementsFilter",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "label",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "LabelUuid",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "legalNameSearch",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PublishingAgreementsResults",
                "description": null,
                "fields": [
                    {
                        "name": "agreements",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PublishingAgreement",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PublishingComposition",
                "description": null,
                "fields": [
                    {
                        "name": "agreements",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PublishingCompositionAgreement",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "alternateTitles",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "associatedGlobalSoundRecordings",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalSoundRecording",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "associatedLabelSoundRecordings",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "LabelSoundRecording",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "brand",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "CompanyBrand",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "changelogRecords",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ChangelogRecordsResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "containsPublicDomain",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "containsSample",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "delivered",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deliveryDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "draft",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "iswc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "modifiedAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pubSongId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reDeliveryDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "submittedAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "title",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendor",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Vendor",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PublishingCompositionAgreement",
                "description": null,
                "fields": [
                    {
                        "name": "agreement",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PublishingAgreement",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "composition",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PublishingComposition",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "containsPublicDomain",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "containsSample",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "hasArrangerContribution",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "hasLyricsContribution",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "hasMusicContribution",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "split",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "PublishingCompositionAgreementInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "agreementId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "containsPublicDomain",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "containsSample",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "hasArrangerContribution",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "defaultValue": "false",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "hasLyricsContribution",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "hasMusicContribution",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "split",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "PublishingCompositionsFilter",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "brand",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "CompanyBrandName",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "delivered",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "draft",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "label",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "LabelUuid",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pubSongID",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "songWriters",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "songWritersUuids",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "titleAndSongIdSearch",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "titleSearch",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "titleSearchExact",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "uuids",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PublishingCompositionsResults",
                "description": null,
                "fields": [
                    {
                        "name": "compositions",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PublishingComposition",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PublishingPublisher",
                "description": null,
                "fields": [
                    {
                        "name": "agreements",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PublishingAgreement",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ipi",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pro",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pubPublisherID",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendor",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Vendor",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "PublishingPublishersFilter",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "ipi",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "label",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "LabelUuid",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nameOrIpiSearch",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nameSearch",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PublishingPublishersResults",
                "description": null,
                "fields": [
                    {
                        "name": "publishers",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PublishingPublisher",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PublishingSongWriter",
                "description": null,
                "fields": [
                    {
                        "name": "agreements",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PublishingAgreement",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "brand",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "CompanyBrand",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "compositions",
                        "description": null,
                        "args": [
                            {
                                "name": "draft",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "PublishingSongWriterCompositionsOrderByField",
                                    "ofType": null
                                },
                                "defaultValue": "LAST_MODIFIED_AT",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "OrderDir",
                                    "ofType": null
                                },
                                "defaultValue": "DESC",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PublishingComposition",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ipi",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "legalName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pro",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "professionallyKnownAs",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pubWriterID",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendor",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Vendor",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "PublishingSongWriterCompositionsOrderByField",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "LAST_MODIFIED_AT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TITLE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "PublishingSongWriterOrderByField",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "LAST_MODIFIED_AT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "LEGAL_NAME",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "PublishingSongWriterPublishersInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "controlled",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "excludedTerritories",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ipi",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pro",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pubPublisherID",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "PublishingSongWritersFilter",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "brand",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "CompanyBrandName",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ipi",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "label",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "LabelUuid",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "legalNameAndIpiSearch",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "legalNameSearch",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "professionallyKnownAs",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pubWriterIDs",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "PublishingSongWritersResults",
                "description": null,
                "fields": [
                    {
                        "name": "songWriters",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PublishingSongWriter",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Query",
                "description": "Query is used to fetch data about users and their identities.",
                "fields": [
                    {
                        "name": "_bootstrapEvent",
                        "description": null,
                        "args": [
                            {
                                "name": "event",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "KeyedKafkaEvent",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Subscription",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusAccount",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusAccount",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusAccountCurrentBalance",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusAccountCurrentBalance",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use abacusAccountPayableBalance"
                    },
                    {
                        "name": "abacusAccountLedgerList",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusAccountLedgerList",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusAccountPayableBalance",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusAccountPayableBalance",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusAccountPayee",
                        "description": null,
                        "args": [
                            {
                                "name": "accountPayeeId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusAccountPayee",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusAccountPayeeHistory",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusAccountPayeeHistory",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusAccountPaymentTerm",
                        "description": null,
                        "args": [
                            {
                                "name": "accountPaymentTermId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusAccountPaymentTerm",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusAccountTaxInfo",
                        "description": null,
                        "args": [
                            {
                                "name": "accountTaxInfoId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusAccountTaxInfo",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusAccountTaxInfoHistory",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusAccountTaxInfoHistory",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusAccountingPeriod",
                        "description": null,
                        "args": [
                            {
                                "name": "accountingPeriodId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusAccountingPeriod",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusAccountingPeriodReport",
                        "description": null,
                        "args": [
                            {
                                "name": "accountingPeriodId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "reportType",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusAccountingPeriodReport",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusAccountingPeriods",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusAccountingPeriodsList",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusAccountingRun",
                        "description": null,
                        "args": [
                            {
                                "name": "accountingRunId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusAccountingRun",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusAccounts",
                        "description": null,
                        "args": [
                            {
                                "name": "accountIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "accountName",
                                "description": "`accountName` is deprecated. Use `searchTerm` instead.",
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "searchTerm",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusAccountsList",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusContract",
                        "description": null,
                        "args": [
                            {
                                "name": "contractId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusContract",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusContractAdvance",
                        "description": null,
                        "args": [
                            {
                                "name": "contractAdvanceId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusContractAdvance",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusContractAdvancesPaid",
                        "description": null,
                        "args": [
                            {
                                "name": "contractId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusContractAdvancePaidList",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusContractAdvancesPending",
                        "description": null,
                        "args": [
                            {
                                "name": "contractId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusContractAdvanceList",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusContractAdvancesQualified",
                        "description": null,
                        "args": [
                            {
                                "name": "contractId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "100",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "referencePaymentTypeId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusContractAdvanceList",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusContractExclusion",
                        "description": null,
                        "args": [
                            {
                                "name": "contractId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusContractExclusion",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusContractLifecycle",
                        "description": null,
                        "args": [
                            {
                                "name": "contractId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "contractLifecycleId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "contractLifecycleScheduleId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusContractLifecycle",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusContractLifecycleSchedule",
                        "description": null,
                        "args": [
                            {
                                "name": "contractLifecycleScheduleId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusContractLifecycleSchedule",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusContractLifecycleSchedules",
                        "description": null,
                        "args": [
                            {
                                "name": "contractId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AbacusContractLifecycleSchedule",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusContractMechanicalDeduction",
                        "description": null,
                        "args": [
                            {
                                "name": "contractMechanicalDeductionId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusContractMechanicalDeduction",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusContractMechanicalDeductions",
                        "description": null,
                        "args": [
                            {
                                "name": "contractId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AbacusContractMechanicalDeduction",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusContractParties",
                        "description": null,
                        "args": [
                            {
                                "name": "contractId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "100",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "targetType",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "AbacusContractPartyTargetType",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusContractPartyResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusContractTerm",
                        "description": null,
                        "args": [
                            {
                                "name": "contractTermId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusContractTerm",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusContractTermConditions",
                        "description": null,
                        "args": [
                            {
                                "name": "contractTermId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AbacusContractTermCondition",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusContractTerms",
                        "description": null,
                        "args": [
                            {
                                "name": "contractId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AbacusContractTerm",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusContractTermsByAccount",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "attachments",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "String",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "termType",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AbacusContractTerm",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusContracts",
                        "description": null,
                        "args": [
                            {
                                "name": "accountIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "contractIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "contractName",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "contractType",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "AbacusContractType",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "oaContractIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "searchTerm",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusContractsList",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusCurrentStatementPeriod",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusStatementPeriod",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusDownload",
                        "description": null,
                        "args": [
                            {
                                "name": "downloadId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "downloadType",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "AbacusDownloadType",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusDownload",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusEvents",
                        "description": null,
                        "args": [
                            {
                                "name": "targetId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "targetType",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusEventsResponse",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusExchangeRates",
                        "description": null,
                        "args": [
                            {
                                "name": "statementPeriodId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusExchangeRatesList",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusLedgerAccountContractList",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "filters",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AbacusLedgerAccountContractSearchFilterInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "100",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusLedgerAccountContractList",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusLedgerAccountStatementPeriod",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "contractId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "OrderDir",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AbacusLedgerAccountStatementPeriod",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusLedgerAccountingRunBalance",
                        "description": null,
                        "args": [
                            {
                                "name": "accountingRunId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusLedgerAccountingRunBalanceList",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusLedgerAccountingRunVat",
                        "description": null,
                        "args": [
                            {
                                "name": "accountingPeriodId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "countryCode",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vatCategory",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusLedgerAccountingRunVatList",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusLedgerAccountingRunVatOverview",
                        "description": null,
                        "args": [
                            {
                                "name": "accountingPeriodId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AbacusLedgerAccountingRunVatOverview",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusLedgerAdjustments",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endApplyToStatementPeriodId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "showOnlyAppliedAdjustments",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startApplyToStatementPeriodId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusLedgerAdjustmentList",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusPaymentEntityPayoneerPrograms",
                        "description": null,
                        "args": [
                            {
                                "name": "paymentEntityId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusPaymentEntityPayoneerProgram",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusPaymentEntityPayoneerProgramsList",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusPaymentEntityPayoneerProgramsList",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusPaymentGroup",
                        "description": null,
                        "args": [
                            {
                                "name": "paymentGroupId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusPaymentGroup",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusPaymentGroupPayment",
                        "description": null,
                        "args": [
                            {
                                "name": "paymentGroupPaymentId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusPaymentGroupPayment",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusPaymentGroupPaymentAccount",
                        "description": null,
                        "args": [
                            {
                                "name": "paymentGroupPaymentAccountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusPaymentGroupPaymentAccount",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusPaymentGroupPaymentAccounts",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "paymentGroupPaymentId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "searchTerm",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "sortBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "sortOrder",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusPaymentGroupPaymentAccounts",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusPaymentGroupPaymentOverview",
                        "description": null,
                        "args": [
                            {
                                "name": "paymentGroupPaymentId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AbacusPaymentGroupPaymentOverview",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusPaymentGroupPayments",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusPaymentGroupPaymentList",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusPaymentGroups",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "reusableOnly",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": "true",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusPaymentGroupsList",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusPaymentHold",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusPaymentHold",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusPaymentHoldHistory",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusPaymentHoldHistory",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusPaymentMinimum",
                        "description": null,
                        "args": [
                            {
                                "name": "currencyCode",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusPaymentMinimum",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusPaymentMinimums",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusPaymentMinimums",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusPayoneerProgram",
                        "description": null,
                        "args": [
                            {
                                "name": "payoneerProgramId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusReferencePayoneerProgram",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusPayoneerPrograms",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusReferencePayoneerProgram",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusPendingPaymentByAccount",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusPaymentGroupPaymentAccount",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusPendingPaymentGroupPaymentAccounts",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "paymentGroupPaymentId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "sortBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "sortOrder",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusPaymentGroupPaymentAccounts",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusReferenceAgreementTypes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AbacusReferenceAgreementType",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusReferenceMechanicalRates",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusReferenceMechanicalRateList",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusReferencePaymentEntities",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusReferencePaymentEntityList",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusReferencePaymentEntity",
                        "description": null,
                        "args": [
                            {
                                "name": "referencePaymentEntityId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusReferencePaymentEntity",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusReferencePaymentTypes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusReferencePaymentTypesList",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusReferenceSapProfitCenters",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusReferenceSapProfitCenterList",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusReferenceSigningEntities",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusReferenceSigningEntityList",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusReferenceSigningEntity",
                        "description": null,
                        "args": [
                            {
                                "name": "referenceSigningEntityId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusReferenceSigningEntity",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusReferenceTaxWithholding",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusReferenceTaxWithholdingList",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusReferenceVatRates",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusReferenceVatRatesList",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusRunControllers",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "contractType",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusRunControllersList",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusSalesFile",
                        "description": null,
                        "args": [
                            {
                                "name": "accountingPeriodId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusSalesFile",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusSchedule",
                        "description": null,
                        "args": [
                            {
                                "name": "scheduleId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusSchedule",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusSigningEntities",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusSigningEntity",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusSigningEntity",
                        "description": null,
                        "args": [
                            {
                                "name": "signingEntityId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusSigningEntity",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusState",
                        "description": null,
                        "args": [
                            {
                                "name": "parentTableId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "parentTableName",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AbacusState",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusStateById",
                        "description": null,
                        "args": [
                            {
                                "name": "abacusStateId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusState",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusStatementPeriod",
                        "description": null,
                        "args": [
                            {
                                "name": "statementPeriodId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusStatementPeriod",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusStatementPeriodAdjustmentFile",
                        "description": null,
                        "args": [
                            {
                                "name": "statementPeriodAdjustmentFileId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusStatementPeriodAdjustmentFile",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusStatementPeriodAdjustmentFileUsers",
                        "description": null,
                        "args": [
                            {
                                "name": "action",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "StatementPeriodAdjustmentFileUserActions",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusStatementPeriodAdjustmentFileUserList",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusStatementPeriodAdjustmentFiles",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusStatementPeriodAdjustmentFilesList",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusStatementPeriodAdjustmentFilesList",
                        "description": null,
                        "args": [
                            {
                                "name": "filters",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "AbacusStatementPeriodAdjustmentFileSearchFilterInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "100",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "sortBy",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "StatementPeriodAdjustmentFileSortOptions",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "sortOrder",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "SortOrder",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodAdjustmentFileId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodAdjustmentFileStatus",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "StatementPeriodAdjustmentFileStatusOptions",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusStatementPeriodAdjustmentFileItems",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusStatementPeriodPaymentEntities",
                        "description": null,
                        "args": [
                            {
                                "name": "statementPeriodId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusStatementPeriodPaymentEntity",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusStatementPeriods",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusStatementPeriods",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusStatementPeriodsList",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusStatementPeriodsList",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusUploadToken",
                        "description": null,
                        "args": [
                            {
                                "name": "uploadId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "uploadType",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "AbacusUploadType",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusUploadToken",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusWorksheetAdjustmentDetails",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "100",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "worksheetAdjustmentId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusWorksheetAdjustmentDetails",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusWorksheetAdjustments",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "100",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodAdjustmentFileId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusWorksheetAdjustments",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusWorksheetAdjustmentsAndDetails",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "100",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodAdjustmentFileId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusWorksheetAdjustmentsAndDetails",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "account",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Account",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use `Query.identityById`"
                    },
                    {
                        "name": "accountPayeeRegistrationFormat",
                        "description": null,
                        "args": [
                            {
                                "name": "accountPayeeId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "bankAccountType",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "bankCountry",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "bankCurrency",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PayeeRegistrationFormat",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountStatementPeriods",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "contractId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AccountStatementPeriod",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accounts",
                        "description": null,
                        "args": [
                            {
                                "name": "filter",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "AccountSearchFilter",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "{}",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "10",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AccountSearchResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountsxPP",
                        "description": null,
                        "args": [
                            {
                                "name": "filter",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "AccountSearchFilter",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "{}",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "10",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AccountSearchResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "activeProfile",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Profile",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adReadComments",
                        "description": null,
                        "args": [
                            {
                                "name": "adReadId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AdReadCommentResults",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adReads",
                        "description": null,
                        "args": [
                            {
                                "name": "dateRange",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "isArchived",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "onlyShowMine",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AdReadResults",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adReportingAd",
                        "description": null,
                        "args": [
                            {
                                "name": "adId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AdReportingAd",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adReportingAdSet",
                        "description": null,
                        "args": [
                            {
                                "name": "adSetId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AdReportingAdSet",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adReportingAdSets",
                        "description": null,
                        "args": [
                            {
                                "name": "campaignId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "globalParticipantId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "objective",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "AdReportingObjective",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "platform",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "AdReportingPlatform",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "search",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AdReportingAdSetsResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adReportingAdSetsNames",
                        "description": null,
                        "args": [
                            {
                                "name": "campaignId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "globalParticipantId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "objective",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "AdReportingObjective",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "platform",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "AdReportingPlatform",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "reportId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "search",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AdReportingNamesResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adReportingAds",
                        "description": null,
                        "args": [
                            {
                                "name": "adSetId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "campaignId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "globalParticipantId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "objective",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "AdReportingObjective",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "platform",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "AdReportingPlatform",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "search",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AdReportingAdsResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adReportingCampaign",
                        "description": null,
                        "args": [
                            {
                                "name": "adReportingCampaignId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AdReportingCampaign",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adReportingCampaignReports",
                        "description": null,
                        "args": [
                            {
                                "name": "adReportingCampaignId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "search",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AdReportingCampaignReport",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adReportingCampaigns",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "globalParticipantId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "objective",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "AdReportingObjective",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "platform",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "AdReportingPlatform",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "reportId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "search",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AdReportingCampaignsResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adReportingCampaignsArtists",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalParticipant",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adReportingCampaignsNames",
                        "description": null,
                        "args": [
                            {
                                "name": "globalParticipantId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "objective",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "AdReportingObjective",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "platform",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "AdReportingPlatform",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "reportId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "search",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AdReportingNamesResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adReportingCampaignsObjectives",
                        "description": null,
                        "args": [
                            {
                                "name": "reportId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AdReportingCampaignsObjective",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adReportingReport",
                        "description": null,
                        "args": [
                            {
                                "name": "adReportingReportId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AdReportingReportOverview",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adReportingReportAdSets",
                        "description": null,
                        "args": [
                            {
                                "name": "adReportingReportId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "campaignId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "globalParticipantId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "objective",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "AdReportingObjective",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "platform",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "AdReportingPlatform",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "search",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AdReportingAdSetsResult",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adReportingReportAds",
                        "description": null,
                        "args": [
                            {
                                "name": "adReportingReportId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "adSetId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "campaignId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "globalParticipantId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "objective",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "AdReportingObjective",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "platform",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "AdReportingPlatform",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "search",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AdReportingAdsResult",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adReportingReportCampaigns",
                        "description": null,
                        "args": [
                            {
                                "name": "adReportingReportId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "globalParticipantId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "objective",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "AdReportingObjective",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "platform",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "AdReportingPlatform",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "search",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AdReportingCampaignsResult",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adReportingReportGroupedAds",
                        "description": null,
                        "args": [
                            {
                                "name": "adSetId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "campaignId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "globalParticipantId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "objective",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "AdReportingObjective",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "platform",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "AdReportingPlatform",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "reportId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "search",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AdReportingReportGroupedAdsResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adReportingReports",
                        "description": null,
                        "args": [
                            {
                                "name": "globalParticipantId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "platform",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "AdReportingPlatform",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "search",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AdReportingReportsResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adReportingReportsArtists",
                        "description": null,
                        "args": [
                            {
                                "name": "reportId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalParticipant",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "allProductsSearch",
                        "description": null,
                        "args": [
                            {
                                "name": "deletions",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "displayStatus",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "DisplayStatus",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "labelIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "notForDistribution",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "notForDistributionIn",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "productConfiguration",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "ProductConfiguration",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "productType",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "queryType",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "AllProductSearchQueryType",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "sortDir",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "SortDir",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "sortField",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "status",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subaccounts",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "term",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "ProductSearchResults",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "allProductsSearchMultiLabel",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "10",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "queryType",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "AllProductSearchQueryType",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "sortDir",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "SortDir",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "sortField",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "status",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "term",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ProductSearchResults",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Temporary for use with Insights only. See IN-14591"
                    },
                    {
                        "name": "analyticFeedStatuses",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AnalyticFeedStatusesResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "analyticsDataAvailability",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AnalyticsDataAvailability",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "analyticsFeeds",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AnalyticsFeed",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "artist",
                        "description": null,
                        "args": [
                            {
                                "name": "artistId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Artist",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "assetStatus",
                        "description": "Retrieves an Asset status from ows-assets V2",
                        "args": [
                            {
                                "name": "filename",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AssetStatus",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "assetTranscoderUploadStatus",
                        "description": null,
                        "args": [
                            {
                                "name": "filename",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AssetTranscoderStatus",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "assetTranscoderUploadToken",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "UploadToken",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "assetsV2AssetFinal",
                        "description": null,
                        "args": [
                            {
                                "name": "filename",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AssetsV2AssetFinal",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "audience",
                        "description": null,
                        "args": [
                            {
                                "name": "audienceId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Audience",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "audienceAdAccounts",
                        "description": null,
                        "args": [
                            {
                                "name": "audienceId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AudienceAdAccount",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "audienceExport",
                        "description": null,
                        "args": [
                            {
                                "name": "audienceId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "exportId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AudienceExportResult",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "audienceSize",
                        "description": null,
                        "args": [
                            {
                                "name": "fanDataListIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FsAudienceFanDataListItemInput",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "filters",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "AudienceFiltersInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subaccountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "target",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "AudienceTarget",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AudienceSize",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "audiences",
                        "description": null,
                        "args": [
                            {
                                "name": "customListId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "globalParticipantId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "search",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subaccountId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "target",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "AudienceTarget",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AudiencesResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "audiencesArtists",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalParticipant",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "audioAttributes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AudioAttribute",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "cannedResponseCategories",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "CannedResponseCategory",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "cannedResponseNote",
                        "description": null,
                        "args": [
                            {
                                "name": "cannedResponseId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "languageCode",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "CannedResponseNote",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "cannedResponses",
                        "description": null,
                        "args": [
                            {
                                "name": "categoryId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "languageCode",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "modifiedByUserId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "pageLimit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "pageOffset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "reviewContext",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "CannedResponsesPaginatedResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "catalogPlaylistPlacements",
                        "description": null,
                        "args": [
                            {
                                "name": "curatorCountries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "Distributor",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "globalParticipantIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "labelIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "minFollowers",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "order",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "PlaylistPlacementsOrderInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "{by: LAST_ADDED_ON_DATE, dir: DESC}",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "playlistTypes",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "PlaylistType",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storefrontEnabled",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subaccountIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PlaylistPlacements",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "changelogRecords",
                        "description": null,
                        "args": [
                            {
                                "name": "compositionIds",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "ID",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "ChangelogRecordsOrderByField",
                                    "ofType": null
                                },
                                "defaultValue": "ID",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "OrderDir",
                                    "ofType": null
                                },
                                "defaultValue": "ASC",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "updateDelivery",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "false",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ChangelogRecord",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "changelogReports",
                        "description": null,
                        "args": [
                            {
                                "name": "deleted",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "false",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "25",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "ChangelogReportOrderByField",
                                    "ofType": null
                                },
                                "defaultValue": "CREATED_AT",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "OrderDir",
                                    "ofType": null
                                },
                                "defaultValue": "DESC",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ChangelogReportsResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "channel",
                        "description": null,
                        "args": [
                            {
                                "name": "channelId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Channel",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "channelCatalogSearch",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "10",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "term",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Channel",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "channelCatalogSearchV2",
                        "description": null,
                        "args": [
                            {
                                "name": "companyBrandUUIDs",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "10",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "queryType",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "QueryType",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "term",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ChannelSearchResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "channels",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "10",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Channel",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "chartAvailableDatesV2",
                        "description": null,
                        "args": [
                            {
                                "name": "chartId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use `ChartV2.dates` with a `limit` of 1."
                    },
                    {
                        "name": "chartRankingsInCatalogV2",
                        "description": null,
                        "args": [
                            {
                                "name": "chartDate",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "chartId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "200",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ChartRankingV2",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use `ChartV2Date.placements`."
                    },
                    {
                        "name": "chartRankingsV2",
                        "description": null,
                        "args": [
                            {
                                "name": "chartDate",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "chartId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "200",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ChartRankingV2",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use `ChartV2Date.placements`."
                    },
                    {
                        "name": "chartSoundRecordings",
                        "description": null,
                        "args": [
                            {
                                "name": "countryCode",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "definitionKey",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "filterItems",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "ChartSoundRecordingsItemsFilter",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "ALL",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ChartRankingV2",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use `ChartV2Date.placements`.\n\n`filterItems: ENTRY` can be replaced with:\n```\n    filter: {\n        positionChange: {\n            eq: null\n        }\n    }\n```\n\n`filterItems: MAJOR_MOVE` can be replaced with:\n```\n    filter: {\n        positionChangeAbs: {\n            gt: 5\n        }\n    }\n    order: {\n        by: POSITION_CHANGE\n        order: DESC\n    }\n```"
                    },
                    {
                        "name": "chartsByPlatforms",
                        "description": null,
                        "args": [
                            {
                                "name": "platforms",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "PlatformName",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ChartsByPlatformsResults",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "chartsV2",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ChartV2",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "chartsV2ByDefinition",
                        "description": null,
                        "args": [
                            {
                                "name": "countryCode",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "frequency",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "genre",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "platform",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "target",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "type",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ChartV2",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "collaborator",
                        "description": null,
                        "args": [
                            {
                                "name": "collaboratorId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Collaborator",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "collaboratorReportDownload",
                        "description": null,
                        "args": [
                            {
                                "name": "reportId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "CollaboratorReportDownload",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "collaboratorReportRuns",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "sortOrder",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "SortDir",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "CollaboratorReportRunsResults",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "collaboratorReports",
                        "description": null,
                        "args": [
                            {
                                "name": "hasTransaction",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "reportRunUuid",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "sortOrder",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "SortDir",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "CollaboratorReportsResults",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "collaborators",
                        "description": null,
                        "args": [
                            {
                                "name": "exactlyMatchTerm",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": "false",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "hasRecipient",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "searchTerm",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "type",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "CollaboratorType",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "CollaboratorResults",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "collaboratorsStatementPeriod",
                        "description": null,
                        "args": [
                            {
                                "name": "statementPeriodId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "CollaboratorsStatementPeriod",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "collaboratorsTermsAndConditions",
                        "description": null,
                        "args": [
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "CollaboratorsTermsAndConditions",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "collaboratorsVendorAgreement",
                        "description": null,
                        "args": [
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "CollaboratorsVendorAgreement",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "companyBrands",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "CompanyBrand",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "connectedShopifyStores",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ShopifyStore",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countriesForEpisodeChart",
                        "description": null,
                        "args": [
                            {
                                "name": "category",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PodcastChartCountry",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countriesForPodcastChart",
                        "description": null,
                        "args": [
                            {
                                "name": "category",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "store",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PodcastChartCountry",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currentPodcastUser",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PodcastUser",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "datesForEpisodeChart",
                        "description": null,
                        "args": [
                            {
                                "name": "category",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "country",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "EpisodeChartDate",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "datesForPodcastChart",
                        "description": null,
                        "args": [
                            {
                                "name": "category",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "country",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "store",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PodcastChartDate",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deliveryLinks",
                        "description": null,
                        "args": [
                            {
                                "name": "productId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "ProductDelivery",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deliveryStore",
                        "description": null,
                        "args": [
                            {
                                "name": "id",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "DeliveryStore",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deliveryStoresV2",
                        "description": "This will replace the deliveryStores query in graphql-product when all\nparameters are supported (INC-210)",
                        "args": [
                            {
                                "name": "classification",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "DeliveryStoreClassification",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "DeliveryStoreOrderBy",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "OrderDir",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "status",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "DeliveryStoreStatus",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "supportsTimedRelease",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "DeliveryStoreResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "doesAdReadExist",
                        "description": null,
                        "args": [
                            {
                                "name": "advertisementId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "campaignId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "emailCampaign",
                        "description": null,
                        "args": [
                            {
                                "name": "campaignId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "EmailCampaign",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "emailCampaignAnalytics",
                        "description": null,
                        "args": [
                            {
                                "name": "campaignId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "EmailCampaignAnalytics",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "emailCampaignAnalyticsLinks",
                        "description": null,
                        "args": [
                            {
                                "name": "campaignId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "EmailCampaignAnalyticsLinks",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "emailCampaignLiveStatus",
                        "description": null,
                        "args": [
                            {
                                "name": "campaignId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "EmailCampaignLiveStatusResponse",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "emailCampaignPreview",
                        "description": null,
                        "args": [
                            {
                                "name": "campaignId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "EmailCampaignPreview",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "emailCampaignPrivacyFooter",
                        "description": null,
                        "args": [
                            {
                                "name": "campaignId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "EmailCampaignPrivacyFooter",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "emailCampaignPrivacyFooterValidation",
                        "description": null,
                        "args": [
                            {
                                "name": "campaignId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "EmailCampaignPrivacyFooterValidationResult",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "emailCampaigns",
                        "description": null,
                        "args": [
                            {
                                "name": "fanDataListIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "FsAudienceFanDataListItemInput",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "search",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statuses",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "EmailCampaignStatus",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subaccountId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "EmailCampaignsResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "emailCampaignsDomains",
                        "description": null,
                        "args": [
                            {
                                "name": "subaccountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "EmailCampaignEmailDomain",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "episode",
                        "description": null,
                        "args": [
                            {
                                "name": "episodeId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Episode",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "episodeChart",
                        "description": null,
                        "args": [
                            {
                                "name": "category",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "country",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "reportDate",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Date",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "EpisodeChart",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "episodeChartHighlights",
                        "description": null,
                        "args": [
                            {
                                "name": "episodeId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PodcastChartHighlight",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "episodeChartHistory",
                        "description": null,
                        "args": [
                            {
                                "name": "category",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "country",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PodcastChartHistory",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "episodeCharts",
                        "description": null,
                        "args": [
                            {
                                "name": "episodeId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "EpisodeCharts",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "episodeIsProcessing",
                        "description": null,
                        "args": [
                            {
                                "name": "episodeId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "podcastId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "EpisodeIsProcessingResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "episodeLinks",
                        "description": null,
                        "args": [
                            {
                                "name": "episodeId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "podcastId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "EpisodeLink",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "episodeListenerRetention",
                        "description": null,
                        "args": [
                            {
                                "name": "dateRange",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "episodeId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "players",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "EpisodeListenerRetention",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "episodes",
                        "description": null,
                        "args": [
                            {
                                "name": "filterByState",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "EpisodeStates",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "podcastId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "sortOrder",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "SortDir",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "EpisodeResults",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "expandNotificationSettingsDrawer",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "failedBulkEpisodesReplicationStatus",
                        "description": null,
                        "args": [
                            {
                                "name": "podcastId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "EpisodeReplicationStatus",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "failedSingleEpisodesReplicationStatus",
                        "description": null,
                        "args": [
                            {
                                "name": "originalPodcastId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "EpisodeReplicationStatus",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fanDataListItem",
                        "description": null,
                        "args": [
                            {
                                "name": "id",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "type",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "FsFanDataListType",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "FsFanDataListItem",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fansifter",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "FansifterQueries",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "features",
                        "description": null,
                        "args": [
                            {
                                "name": "identityId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "prefixFilter",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Feature",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "feeds",
                        "description": null,
                        "args": [
                            {
                                "name": "showFamilyId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Podcast",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "filterArtists",
                        "description": null,
                        "args": [
                            {
                                "name": "artistId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "artistName",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Artist",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "genres",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "RetrieveGenreInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Genre",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "getAvailableVideoChannelsByProductId",
                        "description": null,
                        "args": [
                            {
                                "name": "productId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "VideoChannel",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "getAvailableVideoChannelsByProjectId",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "projectId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subaccountId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "VideoChannel",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "getBulkSession",
                        "description": null,
                        "args": [
                            {
                                "name": "id",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "BulkSession",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "getBulkTemplate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "BulkTemplate",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "getEpisodeDailyDownloads",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "country",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "dateRange",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "episodeIds",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "Int",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "player",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "players",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "EpisodeDailyDownloads",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "getNetworkDailyDownloads",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "country",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "dateRange",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "networkIds",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "Int",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "player",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "players",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "NetworkDailyDownloads",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "getOaUserRoles",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "OaUserRole",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "getPodcastDailyDownloads",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "country",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "dateRange",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "player",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "players",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "podcastIds",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "Int",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PodcastDailyDownloads",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "getProductMarketingProgramInfoByProgram",
                        "description": null,
                        "args": [
                            {
                                "name": "productId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "programId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "MarketingProgram",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Product",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "getVideoWorkflowJobDetails",
                        "description": null,
                        "args": [
                            {
                                "name": "input",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "VideoIngestWorkflow",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalParticipantByAppleMusicId",
                        "description": null,
                        "args": [
                            {
                                "name": "appleMusicId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalParticipant",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalParticipantByChartmetricId",
                        "description": null,
                        "args": [
                            {
                                "name": "chartmetricId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalParticipant",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalParticipantByGpId",
                        "description": null,
                        "args": [
                            {
                                "name": "id",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalParticipant",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalParticipantByProfile",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "20",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "skip",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "GlobalParticipant",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalParticipantBySocialAccountUrl",
                        "description": null,
                        "args": [
                            {
                                "name": "url",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalParticipant",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalParticipantBySpotifyId",
                        "description": null,
                        "args": [
                            {
                                "name": "spotifyId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalParticipant",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalParticipantBySpotifyIds",
                        "description": null,
                        "args": [
                            {
                                "name": "spotifyIds",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "String",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalParticipant",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalParticipantSearchES",
                        "description": null,
                        "args": [
                            {
                                "name": "catalogOnly",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "filters",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "GlobalParticipantSearchFilterInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "10",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "GlobalParticipantSearchOrderByInput",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "queryType",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "term",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalParticipantSearchResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalParticipantSearchESxPP",
                        "description": "This is equivalent to globalParticipantSearchES, but uses Permissions Platform\ndata to constrain the search for global participants. It calls createPPSearchContext\nin the elasticsearch connector in place of the existing createSearchContext call.",
                        "args": [
                            {
                                "name": "catalogOnly",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "filters",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "GlobalParticipantSearchFilterInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "10",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "GlobalParticipantSearchOrderByInput",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "queryType",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "term",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalParticipantSearchResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalProductByUpc",
                        "description": null,
                        "args": [
                            {
                                "name": "upc",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GlobalProduct",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalProductByUpcs",
                        "description": null,
                        "args": [
                            {
                                "name": "upcs",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "String",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalProduct",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalProductSearchES",
                        "description": null,
                        "args": [
                            {
                                "name": "filters",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "GlobalProductSearchFilterInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "{}",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "10",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "GlobalProductSearchOrderByInput",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "term",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalProductSearchResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalSoundRecordingByISRC",
                        "description": null,
                        "args": [
                            {
                                "name": "isrc",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GlobalSoundRecording",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use globalSoundRecordingByIsrc`"
                    },
                    {
                        "name": "globalSoundRecordingById",
                        "description": null,
                        "args": [
                            {
                                "name": "id",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GlobalSoundRecording",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalSoundRecordingByIsrc",
                        "description": null,
                        "args": [
                            {
                                "name": "isrc",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GlobalSoundRecording",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalSoundRecordingByIsrcs",
                        "description": null,
                        "args": [
                            {
                                "name": "isrcs",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "String",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalSoundRecording",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalSoundRecordingCatalogSearch",
                        "description": "The argument `first` is deprecated, use `limit` instead.",
                        "args": [
                            {
                                "name": "first",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "10",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "10",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "term",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "trackTypes",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "ENUM",
                                                "name": "TrackType",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": "[MUSIC]",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "GlobalSoundRecording",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use `globalSoundRecordingSearchES`"
                    },
                    {
                        "name": "globalSoundRecordingSearchES",
                        "description": null,
                        "args": [
                            {
                                "name": "catalogOnly",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "filters",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "GlobalSoundRecordingSearchFilterInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "10",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "GlobalSoundRecordingSearchOrderByInput",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "queryType",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "term",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalSoundRecordingSearchResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "googleAdAccounts",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GoogleAdAccount",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "googleAdReportingConnection",
                        "description": null,
                        "args": [
                            {
                                "name": "userId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GoogleAdReportingConnection",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "googleAudienceShareStatus",
                        "description": null,
                        "args": [
                            {
                                "name": "googleAudienceId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GoogleAudienceShareStatus",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "googleUserAdAccounts",
                        "description": null,
                        "args": [
                            {
                                "name": "userId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "GoogleUserAdAccount",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "googleUserConnection",
                        "description": null,
                        "args": [
                            {
                                "name": "userId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GoogleUserConnection",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "health",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Health",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "hfaPendingTracks",
                        "description": null,
                        "args": [
                            {
                                "name": "date",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "HfaPendingTracks",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "identityByEmail",
                        "description": null,
                        "args": [
                            {
                                "name": "email",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Identity",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "identityById",
                        "description": null,
                        "args": [
                            {
                                "name": "identityId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Identity",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "identitySubscriptions",
                        "description": null,
                        "args": [
                            {
                                "name": "appIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "ApplicationType",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "identityId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "notificationType",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "UserSubscription",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isrc",
                        "description": null,
                        "args": [
                            {
                                "name": "isrc",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Isrc",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelManager",
                        "description": null,
                        "args": [
                            {
                                "name": "profileId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Profile",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelManagerSearch",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "50",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "term",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Profile",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelManagers",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "10",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Profile",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelParticipantByUuid",
                        "description": null,
                        "args": [
                            {
                                "name": "uuid",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "LabelParticipant",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelSoundRecording",
                        "description": null,
                        "args": [
                            {
                                "name": "id",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "LabelSoundRecording",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "latestChangelogRecord",
                        "description": null,
                        "args": [
                            {
                                "name": "compositionId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "ChangelogRecord",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "marketRanks",
                        "description": null,
                        "args": [
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "MarketRank",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "marketingArtists",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "search",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subaccountId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "MarketingArtistsResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "marketingLocalRepCountries",
                        "description": null,
                        "args": [
                            {
                                "name": "globalParticipantIds",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "ID",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subaccountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "marketingRosters",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "search",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subaccountId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "MarketingRostersResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "marketingTerritories",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "MarketingTerritory",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "mechanicalDeduction",
                        "description": null,
                        "args": [
                            {
                                "name": "mechanicalDeductionId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "MechanicalDeduction",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "metaAdAccounts",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "MetaAdAccount",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "metaAdReportingConnection",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "MetaAdReportingConnection",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "metaAudienceShareStatus",
                        "description": null,
                        "args": [
                            {
                                "name": "metaAudienceId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "MetaAudienceShareStatus",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "metaLanguages",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Language",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "metaUserAdAccounts",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "MetaUserAdAccount",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "metaUserConnection",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "MetaUserConnection",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "moneyhubAccountActivity",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "MoneyhubAccountActivity",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "moneyhubAllTimeAccountRevenue",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "artistId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "isOpenStatementPeriod",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriod",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "MoneyhubAccountRevenue",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "moneyhubCustomReports",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "contractId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "MoneyhubCustomReport",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "moneyhubExpenseArtists",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "MoneyhubExpenseArtist",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "moneyhubExpenseSubaccounts",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "MoneyhubExpenseSubaccount",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "moneyhubExpenseTypes",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ReferenceAdjustmentType",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "moneyhubExpenseUpcs",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "MoneyhubExpenseUpc",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "moneyhubExpenses",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "artistId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "contractId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributionType",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "expenseTypeId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "groupBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodIdEnd",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodIdStart",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subaccountId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "upc",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "MoneyhubExpense",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "moneyhubExpensesPaginated",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "artistId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "contractId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributionType",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "expenseTypeId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "groupBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodIdEnd",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodIdStart",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subaccountId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "upc",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "MoneyhubExpenseList",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "moneyhubLedgerAdjustmentTypes",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ReferenceAdjustmentType",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "moneyhubLedgerAdjustments",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "adjustmentTypeId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "contractId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodIdEnd",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodIdStart",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "MoneyhubLedgerAdjustment",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "moneyhubPaymentEntityVat",
                        "description": null,
                        "args": [
                            {
                                "name": "paymentEntityId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "MoneyhubPaymentEntityVat",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "moneyhubReserveReleaseSchedules",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "MoneyhubReserveReleaseSchedule",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "moneyhubRevenueByAccountStatementPeriod",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "artistId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "isOpenStatementPeriod",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriod",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "MoneyhubAccountStatementPeriodRevenue",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "moneyhubRevenueByActivityMonth",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "artistId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "contractId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodIdEnd",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodIdStart",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "MoneyhubRevenueByActivityMonthList",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "moneyhubRevenueByArtist",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "contractId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "searchTerm",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodIdEnd",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodIdStart",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "MoneyhubRevenueByArtistList",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "moneyhubRevenueByCountry",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "artistId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "contractId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodIdEnd",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodIdStart",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "MoneyhubRevenueByCountry",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "moneyhubRevenueByImprint",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "artistId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "contractId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "searchTerm",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodIdEnd",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodIdStart",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "MoneyhubRevenueByImprintList",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "moneyhubRevenueByProduct",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "artistId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "contractId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "searchTerm",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodIdEnd",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodIdStart",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "MoneyhubRevenueByProductList",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "moneyhubRevenueByRecording",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "artistId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "contractId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "recordingTitle",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodIdEnd",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodIdStart",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "MoneyhubRevenueByRecordingList",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "moneyhubRevenueByStatementPeriod",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "artistId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "contractId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodIdEnd",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodIdStart",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "MoneyhubRevenueByStatementPeriod",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "moneyhubRevenueByStore",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "artistId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "contractId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "searchTerm",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodIdEnd",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodIdStart",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "MoneyhubRevenueByStoreList",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "moneyhubRevenueBySubaccount",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "artistId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "contractId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "searchTerm",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodIdEnd",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodIdStart",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "MoneyhubRevenueBySubaccountList",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "moneyhubRevenueByTrack",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "artistId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "contractId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "searchTerm",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodIdEnd",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodIdStart",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "MoneyhubRevenueByTrackList",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "moneyhubRevenueByTransactionType",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "artistId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "contractId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodIdEnd",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodIdStart",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "MoneyhubRevenueByTransactionTypeList",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "moneyhubStatementAttachments",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "MoneyhubStatementAttachment",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "moneyhubStatementInvoices",
                        "description": null,
                        "args": [
                            {
                                "name": "paymentEntityId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "MoneyhubStatementInvoice",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "mostRecentEpisodes",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "EpisodeList",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "networkParticipantSearch",
                        "description": null,
                        "args": [
                            {
                                "name": "name",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "networkId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "NetworkParticipantSearchResult",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "newMusicFridayByDate",
                        "description": null,
                        "args": [
                            {
                                "name": "date",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Date",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "NewMusicFridayDate",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "newMusicFridayDates",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "NewMusicFridayDate",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "notificationSettings",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "NotificationSettings",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrContributionByExternalId",
                        "description": null,
                        "args": [
                            {
                                "name": "extId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "NrContribution",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrContributionById",
                        "description": null,
                        "args": [
                            {
                                "name": "id",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "NrContribution",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrContributions",
                        "description": null,
                        "args": [
                            {
                                "name": "filters",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "NrContributionSearchFilterInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "50",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "NrContributionSearchOrderByField",
                                    "ofType": null
                                },
                                "defaultValue": "LAST_MODIFIED",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "OrderDir",
                                    "ofType": null
                                },
                                "defaultValue": "DESC",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NrContributionResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrContributionsReadyForDelivery",
                        "description": null,
                        "args": [
                            {
                                "name": "cmoId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "contributorId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "50",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NrContributionsForDeliveryResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrContributorById",
                        "description": null,
                        "args": [
                            {
                                "name": "id",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "NrContributor",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrContributorSearch",
                        "description": null,
                        "args": [
                            {
                                "name": "filters",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "NrContributorSearchFilterInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "10",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "NrContributorSearchOrderByField",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "OrderDir",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "term",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NrContributorsResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrContributors",
                        "description": null,
                        "args": [
                            {
                                "name": "contributorIds",
                                "description": "Max of 55 contributor ids at a time.",
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "hasContributions",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "20",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "NrContributorsOrderBy",
                                    "ofType": null
                                },
                                "defaultValue": "NAME",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "OrderDir",
                                    "ofType": null
                                },
                                "defaultValue": "ASC",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NrContributorsResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrContributorsByStore",
                        "description": null,
                        "args": [
                            {
                                "name": "cmoId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "contributorIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "NrContributor",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrDeliveryJobs",
                        "description": null,
                        "args": [
                            {
                                "name": "filters",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "NrDeliveryJobsInputFilters",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "50",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "NrDeliveryJobsOrderBy",
                                    "ofType": null
                                },
                                "defaultValue": "LAST_UPDATED",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "OrderDir",
                                    "ofType": null
                                },
                                "defaultValue": "DESC",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NrDeliveryJobsResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrDeliveryJobsByOrderId",
                        "description": null,
                        "args": [
                            {
                                "name": "filters",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "NrDeliveryJobsFilterInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "20",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "NrDeliveryJobsOrderBy",
                                    "ofType": null
                                },
                                "defaultValue": "LAST_UPDATED",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "OrderDir",
                                    "ofType": null
                                },
                                "defaultValue": "DESC",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NrDeliveryJobsResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use nrDeliveryJobs."
                    },
                    {
                        "name": "nrDeliveryOrderById",
                        "description": null,
                        "args": [
                            {
                                "name": "id",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "NrDeliveryOrder",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrDeliveryOrders",
                        "description": null,
                        "args": [
                            {
                                "name": "filters",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "NrDeliveryOrdersFilterInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "20",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "NrDeliveryOrdersOrderBy",
                                    "ofType": null
                                },
                                "defaultValue": "LAST_UPDATED",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "OrderDir",
                                    "ofType": null
                                },
                                "defaultValue": "DESC",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NrDeliveryOrdersResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrDeliveryOrdersByContributionId",
                        "description": null,
                        "args": [
                            {
                                "name": "id",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "jobStatus",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "NrDeliveryJobStatus",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "COMPLETE",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "NrDeliveryJobsOrderBy",
                                    "ofType": null
                                },
                                "defaultValue": "LAST_UPDATED",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "OrderDir",
                                    "ofType": null
                                },
                                "defaultValue": "DESC",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NrDeliveryOrdersResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrDeliveryQueueItems",
                        "description": null,
                        "args": [
                            {
                                "name": "filters",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "NrDeliveryQueueItemsFilterInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "50",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "NrDeliveryQueueOrderBy",
                                    "ofType": null
                                },
                                "defaultValue": "CREATED_AT",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "OrderDir",
                                    "ofType": null
                                },
                                "defaultValue": "DESC",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NrQueueItemsResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrIngestionFileById",
                        "description": null,
                        "args": [
                            {
                                "name": "id",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NrIngestionFile",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrOwnershipUploadToken",
                        "description": null,
                        "args": [
                            {
                                "name": "originalFilename",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NrUploadToken",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrOwnershipVendors",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "50",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "term",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Vendor",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrParticipantById",
                        "description": null,
                        "args": [
                            {
                                "name": "id",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "NrParticipant",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrParticipantSearch",
                        "description": null,
                        "args": [
                            {
                                "name": "hasSoundRecordings",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "10",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "relType",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "MainArtist",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "term",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "NrParticipant",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrParticipants",
                        "description": null,
                        "args": [
                            {
                                "name": "hasSoundRecordings",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "20",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "NrParticipantsOrderBy",
                                    "ofType": null
                                },
                                "defaultValue": "NAME",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "OrderDir",
                                    "ofType": null
                                },
                                "defaultValue": "ASC",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "relType",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "MainArtist",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NrParticipantsResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrRegisteredContributorsByStore",
                        "description": null,
                        "args": [
                            {
                                "name": "cmoId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "NrContributor",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrSoundRecordingById",
                        "description": null,
                        "args": [
                            {
                                "name": "id",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "NrSoundRecording",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrSoundRecordingPartialSearch",
                        "description": null,
                        "args": [
                            {
                                "name": "isrc",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "50",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "mainArtist",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "recordingTitle",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "recordingVersion",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "NrSoundRecording",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrUploadToken",
                        "description": null,
                        "args": [
                            {
                                "name": "originalFilename",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "NrUploadToken",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "nrVendors",
                        "description": null,
                        "args": [
                            {
                                "name": "hasNrContributions",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "50",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "term",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Vendor",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "oaRegions",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "OaRegion",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "orchAdminUsers",
                        "description": null,
                        "args": [
                            {
                                "name": "filter",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "OrchAdminUserFilter",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "{}",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "OrchAdminUserResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "orchardLabel",
                        "description": null,
                        "args": [
                            {
                                "name": "id",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "LabelIdInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "INTERFACE",
                            "name": "Label",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "orchardLabelSearch",
                        "description": "The argument `first` is deprecated, use `limit` instead.",
                        "args": [
                            {
                                "name": "companyBrandUuids",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": "[]",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "first",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "10",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "includeDistributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": "true",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "labelType",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "LabelType",
                                    "ofType": null
                                },
                                "defaultValue": "ALL",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "10",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "term",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorStatuses",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "VendorStatus",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorTypes",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "VendorType",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": "[]",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INTERFACE",
                                        "name": "Label",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "orchardLabels",
                        "description": "The argument `first` is deprecated, use `limit` instead.",
                        "args": [
                            {
                                "name": "companyBrandUuids",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": "[]",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "first",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "10",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "includeDistributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": "true",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "labelType",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "LabelType",
                                    "ofType": null
                                },
                                "defaultValue": "ALL",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "10",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorStatuses",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "VendorStatus",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorTypes",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "VendorType",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": "[]",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INTERFACE",
                                        "name": "Label",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "orchardLabelsByTopGross",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INTERFACE",
                                        "name": "Label",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "orchardPricingFamily",
                        "description": null,
                        "args": [
                            {
                                "name": "pricingFamilies",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "PricingFamily",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "OrchardPricingFamily",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "orchardSoundRecording",
                        "description": null,
                        "args": [
                            {
                                "name": "id",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "OrchardSoundRecording",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "orchardSoundRecordingSearchByIsrc",
                        "description": null,
                        "args": [
                            {
                                "name": "term",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "OrchardSoundRecording",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "owners",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Owner",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ownershipIngestionFileById",
                        "description": null,
                        "args": [
                            {
                                "name": "id",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "OwnershipNrIngestionFile",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ownershipNrDeliveryJobs",
                        "description": null,
                        "args": [
                            {
                                "name": "filters",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "OwnershipNrDeliveryJobsInputFilters",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "20",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "OwnershipNrDeliveryJobsOrderBy",
                                    "ofType": null
                                },
                                "defaultValue": "ID",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "OrderDir",
                                    "ofType": null
                                },
                                "defaultValue": "DESC",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "OwnershipNrDeliveryJobsResult",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ownershipNrDeliveryOrderById",
                        "description": null,
                        "args": [
                            {
                                "name": "id",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "OwnershipNrDeliveryOrder",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ownershipNrDeliveryOrderQueue",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "100",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "OwnershipNrDeliveryOrdersOrderBy",
                                    "ofType": null
                                },
                                "defaultValue": "CREATED_AT",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "OrderDir",
                                    "ofType": null
                                },
                                "defaultValue": "ASC",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "OwnershipNrDeliveryOrder",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ownershipNrDeliveryOrders",
                        "description": null,
                        "args": [
                            {
                                "name": "filters",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "OwnershipNrDeliveryOrdersInputFilters",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "20",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "OwnershipNrDeliveryOrdersOrderBy",
                                    "ofType": null
                                },
                                "defaultValue": "CREATED_AT",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "OrderDir",
                                    "ofType": null
                                },
                                "defaultValue": "DESC",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "OwnershipNrDeliveryOrdersResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ownershipNrParticipantById",
                        "description": null,
                        "args": [
                            {
                                "name": "id",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "OwnershipNrParticipant",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ownershipNrParticipantSearch",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "10",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "participantType",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "OwnershipParticipantType",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "relationshipTo",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "ParticipantNodeRelationship",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "term",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "OwnershipNrParticipant",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ownershipNrParticipants",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "20",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "NrParticipantsOrderBy",
                                    "ofType": null
                                },
                                "defaultValue": "NAME",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "OrderDir",
                                    "ofType": null
                                },
                                "defaultValue": "ASC",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "participantType",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "OwnershipParticipantType",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "relationshipTo",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "ParticipantNodeRelationship",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "OwnershipNrParticipantsResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ownershipNrProductsByUpcs",
                        "description": null,
                        "args": [
                            {
                                "name": "upcs",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "String",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OwnershipNrProduct",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ownershipNrServices",
                        "description": null,
                        "args": [
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "OwnershipNrServicesOrderByField",
                                    "ofType": null
                                },
                                "defaultValue": "NAME",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "OrderDir",
                                    "ofType": null
                                },
                                "defaultValue": "ASC",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "OwnershipNrServicesResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ownershipNrSoundRecording",
                        "description": null,
                        "args": [
                            {
                                "name": "id",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "OwnershipNrSoundRecording",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ownershipNrSoundRecordings",
                        "description": null,
                        "args": [
                            {
                                "name": "filters",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "OwnershipNrSoundRecordingFilterInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "50",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "OwnershipNrSoundRecordingOrderByField",
                                    "ofType": null
                                },
                                "defaultValue": "LAST_MODIFIED",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "OrderDir",
                                    "ofType": null
                                },
                                "defaultValue": "DESC",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "OwnershipNrSoundRecordingsResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ownershipNrSoundRecordingsEligibleForService",
                        "description": null,
                        "args": [
                            {
                                "name": "filters",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "OwnershipNrSoundRecordingServicesInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "50",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "OwnershipNrSoundRecordingsResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ownershipNrSoundRecordingsEligibleForServiceV2",
                        "description": "This is the new version of the query we use to fetch eligible sound recordings that's designed to work with jobs.\n\nNote that it doesn't use any pagination right now - because pagination and temporary tables is a slightly touch\nproblem to solve. See some more context here https://orcd.slack.com/archives/CE2MVK8BF/p1729592492580199",
                        "args": [
                            {
                                "name": "filters",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "OwnershipNrSoundRecordingServicesInputV2",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "OwnershipNrSoundRecordingsResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ownershipNrTracks",
                        "description": null,
                        "args": [
                            {
                                "name": "filters",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "NrOwnershipTrackFilterInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "50",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "NrOwnershipTrackOrderByField",
                                    "ofType": null
                                },
                                "defaultValue": "CREATED_AT",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "OrderDir",
                                    "ofType": null
                                },
                                "defaultValue": "DESC",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "OwnershipNrTrackResults",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ownershipOrderHistoryBySoundRecordingId",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "OwnershipNrDeliveryOrdersOrderBy",
                                    "ofType": null
                                },
                                "defaultValue": "ID",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "OrderDir",
                                    "ofType": null
                                },
                                "defaultValue": "DESC",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "soundRecordingId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "OwnershipNrDeliveryOrdersResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ownershipOrderHistoryInitialOrder",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "InitialOrder",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "participant",
                        "description": null,
                        "args": [
                            {
                                "name": "global",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "id",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Participant",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use `Query.globalParticipantByGpId` or `Query.labelParticipantByUuid`"
                    },
                    {
                        "name": "participantServiceArtist",
                        "description": null,
                        "args": [
                            {
                                "name": "identifier",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "service",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "ParticipantServiceType",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "ServiceArtist",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "participantServiceSearch",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "localization",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "query",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "service",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "ParticipantServiceType",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "ParticipantServiceSearchResult",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "participationRoleCategories",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ParticipationRoleCategory",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "physicalDeliveryOrder",
                        "description": null,
                        "args": [
                            {
                                "name": "orderId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PhysicalDeliveryOrder",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "physicalDeliveryOrders",
                        "description": null,
                        "args": [
                            {
                                "name": "deliveryStatuses",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "PhysicalDeliveryOrderStatus",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "deliveryStoreIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "deliveryTypes",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "PhysicalDeliveryType",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "PhysicalDeliveryOrderBy",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "OrderDir",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PhysicalDeliveryOrderResults",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "physicalProductsForDelivery",
                        "description": null,
                        "args": [
                            {
                                "name": "account",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "ProductOrderBy",
                                    "ofType": null
                                },
                                "defaultValue": "RELEASE_ID",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "OrderDir",
                                    "ofType": null
                                },
                                "defaultValue": "ASC",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "type",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "PhysicalDeliveryType",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PhysicalDeliveryProductResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "playlistDeprecated",
                        "description": null,
                        "args": [
                            {
                                "name": "playlistId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Playlist",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "This is an interim solution to provide playlist metadata in OrchardGo until the new playlisting model is fully supported"
                    },
                    {
                        "name": "playlistPlacement",
                        "description": null,
                        "args": [
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "isrc",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "playlistId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storefront",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "streamCountries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PlaylistPlacement",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "playlistPlacementPositionTimeseries",
                        "description": null,
                        "args": [
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "isrc",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "playlistId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storefront",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "TimeseriesPlaylistPlacementPositions",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "playlistPlacementStreamsTimeseries",
                        "description": null,
                        "args": [
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "isrc",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "playlistId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storefront",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "streamCountries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "TimeseriesPlaylistPlacementStreams",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcast",
                        "description": null,
                        "args": [
                            {
                                "name": "podcastId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Podcast",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastCampaignAdvertisements",
                        "description": null,
                        "args": [
                            {
                                "name": "campaignId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PodcastCampaignAdvertisement",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastCampaignOrders",
                        "description": null,
                        "args": [
                            {
                                "name": "campaignId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PodcastCampaignOrder",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastCampaigns",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PodcastCampaign",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastCategories",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PodcastCategory",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastChart",
                        "description": null,
                        "args": [
                            {
                                "name": "category",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "country",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "reportDate",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Date",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "store",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PodcastChart",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastChartHighlights",
                        "description": null,
                        "args": [
                            {
                                "name": "podcastId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PodcastChartHighlight",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastChartHistory",
                        "description": null,
                        "args": [
                            {
                                "name": "category",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "country",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "store",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PodcastChartHistory",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastChartableCountries",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PodcastCountry",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastChartableGenres",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PodcastGenre",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastChartablePlayers",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PodcastPlayer",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastCharts",
                        "description": null,
                        "args": [
                            {
                                "name": "podcastId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PodcastCharts",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastCountries",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PodcastCountry",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastFavorites",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PodcastFavorites",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastLinks",
                        "description": null,
                        "args": [
                            {
                                "name": "podcastId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PodcastLinks",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastNetwork",
                        "description": null,
                        "args": [
                            {
                                "name": "networkId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PodcastNetwork",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastNetworks",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PodcastNetwork",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastPlayers",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PodcastPlayer",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastRatingAndReviewCount",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "dateRange",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "podcastId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PodcastRatingAndReviewCount",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastStores",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PodcastStores",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastTopCountries",
                        "description": null,
                        "args": [
                            {
                                "name": "dateRange",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "objectId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "objectType",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "players",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PodcastTopCountry",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastTopEpisodes",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "country",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "dateRange",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "networkId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "player",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "players",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "podcastId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "sortField",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "sortOrder",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "SortDir",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PodcastTopEpisodes",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastTopNetworks",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "country",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "dateRange",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "player",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "players",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "sortField",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "sortOrder",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "SortDir",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PodcastTopNetworks",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastTopPlayers",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "dateRange",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "objectId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "objectType",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PodcastTopPlayer",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastTopPodcasts",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "country",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "dateRange",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "networkId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "player",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "players",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "sortField",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "sortOrder",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "SortDir",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PodcastTopPodcasts",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastTranscription",
                        "description": null,
                        "args": [
                            {
                                "name": "episodeId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PodcastTranscription",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastUploadToken",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "UploadToken",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastUserSettings",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PodcastUserSettings",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastUsers",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "networkIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "organization",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PodcastUserResults",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastUsersForNetworks",
                        "description": null,
                        "args": [
                            {
                                "name": "networkIds",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "Int",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PodcastUser",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastUsersForOrder",
                        "description": null,
                        "args": [
                            {
                                "name": "orderId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PodcastUser",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcasts",
                        "description": null,
                        "args": [
                            {
                                "name": "ids",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "networkIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PodcastResults",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "product",
                        "description": null,
                        "args": [
                            {
                                "name": "cached",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "productId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Product",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productByUpc",
                        "description": null,
                        "args": [
                            {
                                "name": "upc",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Product",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productByUpcs",
                        "description": null,
                        "args": [
                            {
                                "name": "upcs",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "String",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Product",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productTrackAssets",
                        "description": "Retrieves all Track Asset statuses for a given Product from ows-assets",
                        "args": [
                            {
                                "name": "productId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "useV2",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "ProductTrackAssetsResult",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productsAndTracksCountForArtist",
                        "description": null,
                        "args": [
                            {
                                "name": "uuid",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "ProductTracksCount",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "project",
                        "description": null,
                        "args": [
                            {
                                "name": "projectId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Project",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "projectByProjectCode",
                        "description": null,
                        "args": [
                            {
                                "name": "accountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "projectCode",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subaccountId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Project",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "publicAndPrivateRssPodcasts",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Podcast",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "publicProduct",
                        "description": null,
                        "args": [
                            {
                                "name": "id",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PublicProduct",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "publicSoundRecording",
                        "description": null,
                        "args": [
                            {
                                "name": "id",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PublicSoundRecording",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "publishingAgreement",
                        "description": null,
                        "args": [
                            {
                                "name": "id",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PublishingAgreement",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "publishingAgreements",
                        "description": null,
                        "args": [
                            {
                                "name": "filter",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "PublishingAgreementsFilter",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "25",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PublishingAgreementsResults",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "publishingComposition",
                        "description": null,
                        "args": [
                            {
                                "name": "id",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PublishingComposition",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "publishingCompositions",
                        "description": null,
                        "args": [
                            {
                                "name": "filter",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "PublishingCompositionsFilter",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "25",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PublishingCompositionsResults",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "publishingPublisher",
                        "description": null,
                        "args": [
                            {
                                "name": "id",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PublishingPublisher",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "publishingPublishers",
                        "description": null,
                        "args": [
                            {
                                "name": "filter",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "PublishingPublishersFilter",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "25",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PublishingPublishersResults",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "publishingSongWriter",
                        "description": null,
                        "args": [
                            {
                                "name": "id",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PublishingSongWriter",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "publishingSongWriters",
                        "description": null,
                        "args": [
                            {
                                "name": "filter",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "PublishingSongWritersFilter",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "25",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "PublishingSongWriterOrderByField",
                                    "ofType": null
                                },
                                "defaultValue": "LEGAL_NAME",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "OrderDir",
                                    "ofType": null
                                },
                                "defaultValue": "ASC",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PublishingSongWritersResults",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recentNrIngestionFiles",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "5",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "NrIngestionFile",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recentOwnershipNrIngestionFiles",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "10",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OwnershipNrIngestionFile",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recentPlacements",
                        "description": null,
                        "args": [
                            {
                                "name": "labelIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "minFollowers",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "ownerCategories",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "OwnerCategory",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subaccountIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PlaylistPlacements",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recentlyVisitedItems",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "10",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "UNION",
                                        "name": "RecentlyVisitedItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recommendedGlobalProducts",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalProduct",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recommendedGlobalSoundRecordings",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalSoundRecording",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recommendedLabels",
                        "description": null,
                        "args": [
                            {
                                "name": "sortDir",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "SortDir",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "sortField",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INTERFACE",
                                        "name": "Label",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recommendedParticipants",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Participant",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "resourceByUUID",
                        "description": null,
                        "args": [
                            {
                                "name": "uuid",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "UNION",
                            "name": "GenericResource",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reviewEscalationGroups",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ReviewEscalationGroup",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reviewQueueItem",
                        "description": null,
                        "args": [
                            {
                                "name": "reviewQueueId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "status",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ReviewQueueItem",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reviewQueueItemById",
                        "description": null,
                        "args": [
                            {
                                "name": "reviewQueueId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ReviewQueueItem",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reviewQueueItems",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ReviewQueueItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reviewQueueMultiSelectSearch",
                        "description": null,
                        "args": [
                            {
                                "name": "facets",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "SearchFacetMultiSelectParam",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "20",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "OrderByParam",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": "[{dir: ASC, field: \"sale_start_date\"}]",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "q",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ReviewQueueSearchResults",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reviewQueueSearch",
                        "description": null,
                        "args": [
                            {
                                "name": "facets",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "SearchFacetParam",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "20",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "OrderByParam",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": "[{dir: ASC, field: \"sale_start_date\"}]",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "q",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ReviewQueueSearchResults",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rightsAttributes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "RightsAttribute",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rostersCustomList",
                        "description": null,
                        "args": [
                            {
                                "name": "customListId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "FsRosterFanDataList",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "search",
                        "description": "This field is deprecated and the only consumer is the mobile app.\nTODO: completely remove this field once the mobile app usage stops",
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "term",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "SearchResults",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use allProductsSearch"
                    },
                    {
                        "name": "searchPodcastCharts",
                        "description": null,
                        "args": [
                            {
                                "name": "category",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "country",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "store",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "type",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PodcastChartSearchResult",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "searchPodcastItems",
                        "description": null,
                        "args": [
                            {
                                "name": "text",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "SearchPodcastItemsResult",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "searchRosters",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "search",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subaccountId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "FsSearchRostersResponse",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "serviceTiers",
                        "description": "serviceTiers query should be move to graphql-account",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ServiceTier",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "shopifyMaxSpend",
                        "description": null,
                        "args": [
                            {
                                "name": "globalParticipantIds",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "ID",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subaccountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "shopifyStoreArtists",
                        "description": null,
                        "args": [
                            {
                                "name": "storeId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ShopifyStoreArtist",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "shopifyStoreCollectionArtistAssociations",
                        "description": null,
                        "args": [
                            {
                                "name": "storeId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "ShopifyStoreCollectionArtistAssociations",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "showFamilies",
                        "description": null,
                        "args": [
                            {
                                "name": "ids",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "networkIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ShowFamilyResults",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "showFamily",
                        "description": null,
                        "args": [
                            {
                                "name": "showFamilyId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ShowFamily",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "showFamilyNetworks",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PodcastNetwork",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "songwhipPresavePages",
                        "description": null,
                        "args": [
                            {
                                "name": "globalParticipantIds",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "ID",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subaccountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FSSongwhipPresavePage",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "soundRecordingPlacementsFilters",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "SoundRecordingPlacementsFilters",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "spotifyTrackSearch",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "20",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "term",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "SpotifyTrackSearchResults",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "starredChannels",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Channel",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "starredGlobalParticipants",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalParticipant",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "starredGlobalProducts",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalProduct",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "starredLabels",
                        "description": null,
                        "args": [
                            {
                                "name": "autoFollow",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "sortDir",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "SortDir",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "sortField",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INTERFACE",
                                        "name": "Label",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "starredParticipants",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Participant",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "starredSoundRecordings",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalSoundRecording",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "starredVideoRecordings",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalSoundRecording",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "stripoAuthToken",
                        "description": null,
                        "args": [
                            {
                                "name": "campaignId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "StripoAuthTokenResult",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccount",
                        "description": null,
                        "args": [
                            {
                                "name": "subaccountId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Subaccount",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "territories",
                        "description": null,
                        "args": [
                            {
                                "name": "filter",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "TerritoryFilterInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "standard",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "TerritoryStandard",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Territory",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tiktokAdAccounts",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TiktokAdAccount",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tiktokAdReportingConnection",
                        "description": null,
                        "args": [
                            {
                                "name": "userId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TiktokAdReportingConnection",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tiktokAudienceShareStatus",
                        "description": null,
                        "args": [
                            {
                                "name": "tiktokAudienceId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "TiktokAudienceShareStatus",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tiktokUserAdAccounts",
                        "description": null,
                        "args": [
                            {
                                "name": "userId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TiktokUserAdAccount",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tiktokUserConnection",
                        "description": null,
                        "args": [
                            {
                                "name": "userId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TiktokUserConnection",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "topAccounts",
                        "description": null,
                        "args": [
                            {
                                "name": "companyBrand",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "includeSubaccounts",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "labelIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "labelManager",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "parentCompanyId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "serviceTier",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subaccountIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AccountResults",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "topChannels",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "globalParticipantIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "labelIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subaccountIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ChannelResults",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "topGlobalParticipantsResults",
                        "description": null,
                        "args": [
                            {
                                "name": "brandsFilter",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "CompanyBrandsFilterInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "companyBrand",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "finLabelIds",
                                "description": "Financial label IDs to filter results. Usually, each account (label) has corresponding financial label ID.\nFor RCA Records this is E009.",
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "globalParticipantIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "labelIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "parentCompany",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "serviceTier",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subaccountIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "upperProfitCenters",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "UpperProfitCenter",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalParticipantResults",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "topGlobalSoundRecordingFamilies",
                        "description": null,
                        "args": [
                            {
                                "name": "filter",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "GlobalSoundRecordingFamilyAnalyticsFilterInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "pagination",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "TopGlobalSoundRecordingFamiliesPaginationInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "{limit: 50, offset: 0, orderBy: \"streams_28_days\", orderDir: \"DESC\"}",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalSoundRecordingFamilyResults",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "topGlobalSoundRecordings",
                        "description": null,
                        "args": [
                            {
                                "name": "artistIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "brandsFilter",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "CompanyBrandsFilterInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "companyBrand",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "globalParticipantIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "labelIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "parentCompanyId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "serviceTier",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subaccountIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "upc",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalSoundRecording",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "topGlobalSoundRecordingsTiktok",
                        "description": null,
                        "args": [
                            {
                                "name": "activeStreamsChangeThreshold",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "artistIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "companyBrand",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "globalParticipantIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "isrcCountries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "labelIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "labelManagerId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "onlyDailyData",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "onlyWeeklyData",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "parentCompanyId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "releasePeriodEnd",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "releasePeriodStart",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "serviceTier",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subaccountIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "tiktokCreationsChangeThreshold",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "upc",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalSoundRecording",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "topProductResults",
                        "description": null,
                        "args": [
                            {
                                "name": "brandsFilter",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "CompanyBrandsFilterInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "companyBrand",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "finLabelIds",
                                "description": "Financial label IDs to filter results. Usually, each account (label) has corresponding financial label ID.\nFor RCA Records this is E009.",
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "globalParticipantIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "labelIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "multiProduct",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "parentCompanyId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "serviceTier",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subaccountIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "upperProfitCenters",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "UpperProfitCenter",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ProductResults",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "topSoundRecordings",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "metadataSource",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "SoundRecording",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use topGlobalSoundRecordings."
                    },
                    {
                        "name": "topVideos",
                        "description": null,
                        "args": [
                            {
                                "name": "channelIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "globalParticipantIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "labelIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subaccountIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "trackTypes",
                                "description": "Value to filter by the VideoResults. Defaults to [VIDEO]. Applicable when filter by labelIds, subaccountIds or artist_ids are applied.",
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "ENUM",
                                                "name": "TrackType",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": "[]",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "VideoResults",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCatalogSongs",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "MetricMetadata",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "track",
                        "description": null,
                        "args": [
                            {
                                "name": "tuid",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Track",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackSearch",
                        "description": null,
                        "args": [
                            {
                                "name": "labelIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "term",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "trackType",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TrackSearchResults",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tracks",
                        "description": null,
                        "args": [
                            {
                                "name": "tuids",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Track",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transactionTypeGroups",
                        "description": null,
                        "args": [
                            {
                                "name": "groupAdmin",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "TransactionTypeGroupAdmin",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TransactionTypeGroup",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transactionTypes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "TransactionType",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transferWiseAccountRequirements",
                        "description": null,
                        "args": [
                            {
                                "name": "source",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "target",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "TransferWiseAccountRequirement",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transferWiseAuthorizationUrl",
                        "description": null,
                        "args": [
                            {
                                "name": "application",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "CollaboratorsApplicationType",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "TransferWiseAuthorizationUrl",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transferWiseBatch",
                        "description": null,
                        "args": [
                            {
                                "name": "batchId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "TransferWiseBatch",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transferWiseBatchPayment",
                        "description": null,
                        "args": [
                            {
                                "name": "batchGroup",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "profile",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "TransferWiseBatchPaymentResponse",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transferWiseProfile",
                        "description": null,
                        "args": [
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "TransferWiseProfile",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transferWiseTransferRequirements",
                        "description": null,
                        "args": [
                            {
                                "name": "transfers",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "INPUT_OBJECT",
                                                "name": "TransferWiseTransferRequirementsInput",
                                                "ofType": null
                                            }
                                        }
                                    }
                                },
                                "defaultValue": "[]",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TransferWiseTransferRequirement",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transferWiseValidateField",
                        "description": null,
                        "args": [
                            {
                                "name": "params",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "TransferWiseFieldValidationQueryParams",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "url",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "TransferwiseFieldValidationResult",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ugcVideos",
                        "description": null,
                        "args": [
                            {
                                "name": "assetIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "claimStatuses",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "claimTypes",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "trackIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "trackIsrcs",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "videoIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "UgcVideoMetricsResults",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updateDeliveryCompositions",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PublishingComposition",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "usersForAdmin",
                        "description": null,
                        "args": [
                            {
                                "name": "active",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "applications",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "ApplicationType",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "featureFlag",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "includeRequester",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "includeSubaccountUsers",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "labelparticipants",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "parentVendorFilter",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "pending",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "resourceAccess",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "term",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "UserResults",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendor",
                        "description": null,
                        "args": [
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Vendor",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorByVendorId",
                        "description": "vendorByVendorId is deprecated for new clients. Please use Query.vendor instead.\nAll clients currently using Query.vendorByVendorId should switch to using Query.vendor.\nHowever, this query will continue to be maintained for OrchardGo (native mobile app) clients.",
                        "args": [
                            {
                                "name": "vendorId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Vendor",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use Query.vendor instead."
                    },
                    {
                        "name": "video",
                        "description": null,
                        "args": [
                            {
                                "name": "videoId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Video",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "videoCatalogSearch",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "10",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "term",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Video",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "videoCatalogSearchV2",
                        "description": null,
                        "args": [
                            {
                                "name": "companyBrandUUIDs",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "10",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "queryType",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "QueryType",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "term",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "VideoSearchResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "worksheetPaymentContractAdvance",
                        "description": null,
                        "args": [
                            {
                                "name": "worksheetPaymentContractAdvanceId",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "WorksheetPaymentContractAdvance",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "worksheetPaymentContractAdvances",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "salesforceId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "WorksheetPaymentContractAdvanceList",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "QueryType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "exact",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "QueueCount",
                "description": null,
                "fields": [
                    {
                        "name": "count",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "queueName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "RankedMetric",
                "description": null,
                "fields": [
                    {
                        "name": "rank",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "UNION",
                "name": "RecentlyVisitedItem",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": [
                    { "kind": "OBJECT", "name": "Channel", "ofType": null },
                    {
                        "kind": "OBJECT",
                        "name": "GlobalParticipant",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "GlobalSoundRecording",
                        "ofType": null
                    },
                    { "kind": "OBJECT", "name": "Product", "ofType": null },
                    { "kind": "OBJECT", "name": "Video", "ofType": null }
                ]
            },
            {
                "kind": "OBJECT",
                "name": "Recipient",
                "description": null,
                "fields": [
                    {
                        "name": "createdBy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deletedBy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deletedDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transferWiseId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "RecordChannelVisitInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "channelId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "RecordCountryFilterInput",
                "description": "RecordCountryFilterInput manages available countries and max records for them.",
                "fields": null,
                "inputFields": [
                    {
                        "name": "countries",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "maxRecords",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "RecordGlobalParticipantVisitInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "globalParticipantId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "RecordGlobalSoundRecordingVisitInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "isrc",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "RecordProductVisitInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "productId",
                        "description": "This field is required if `upc` is not provided.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "upc",
                        "description": "This field is required if `productId` is not provided.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "RecordVideoVisitInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "videoId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ReferenceAdjustmentType",
                "description": null,
                "fields": [
                    {
                        "name": "oaCategoryName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "referenceAdjustmentTypeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "typeName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Region",
                "description": "Region (city, state, country, province) comes from\nstores (DSPs) to indicate where\na stream took place.",
                "fields": [
                    {
                        "name": "regionName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "RegisterUserDeviceInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "deviceId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "localization",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "operatingSystem",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "OperatingSystem",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pushToken",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "RejectResponse",
                "description": null,
                "fields": [
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "RelatedParticipants",
                "description": null,
                "fields": [
                    {
                        "name": "spotifyMonthlyListeners",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "RelatedParticipantsMetric",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "RelatedParticipantsMetric",
                "description": null,
                "fields": [
                    {
                        "name": "genres",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "participants",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Participant",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ReleaseCorrection",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ReleaseCorrectionDetail",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "releaseCorrectionId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "releaseId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ReleaseCorrectionDetail",
                "description": null,
                "fields": [
                    {
                        "name": "fieldName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "keyId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "keyValue",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "releaseCorrectionDetailId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tableName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "ReplaceCollaboratorSplitsInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "dpSplitsAgreed",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tracks",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ReplaceCollaboratorSplitsTrack",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ReplaceCollaboratorSplitsResult",
                "description": null,
                "fields": [
                    {
                        "name": "replacedSplits",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "CollaboratorSplit",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "ReplaceCollaboratorSplitsTrack",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "splits",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ReplaceCollaboratorSplitsTrackSplit",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tuid",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "ReplaceCollaboratorSplitsTrackSplit",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "collaboratorId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rateType",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "CollaboratorSplitRateType",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "splitRate",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "splitTypeId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "ReplicateSingleEpisdeInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "copyAdLocationsPodcastIds",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "originalEpisodeId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastIds",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "ReportDimensionColumnType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "FINANCIAL_DETAIL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "STATEMENT_PERIOD",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TERRITORY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "ReportDimensionRowType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "COLLECTION_SOCIETY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PRODUCT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PRODUCT_ARTIST",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "RECORDING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SERVICE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "STATEMENT_PERIOD",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TERRITORY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TRANSACTION_TYPE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "ReportErrorKey",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "NO_COMPOSITIONS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "NO_UPDATES",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "OTHER_ERROR",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "ReportParticipantDataIssueInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "category",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "message",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "participantId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "referrer",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "ReportRevenueType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "DISTRIBUTION",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "NEIGHBOURING_RIGHTS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "ReportSoundRecordingDataIssueInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "category",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isrc",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "message",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "referrer",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "ReportStatus",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "COMPLETE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ERROR",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "IN_PROGRESS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "ReportType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ADHOC_COMPOSITION",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ADHOC_VENDOR",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ADHOC_WRITER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "NEW_DELIVERY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "UPDATE_DELIVERY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "RequestGlobalParticipantSocialMediaUpdatesInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "id",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "links",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "SocialMediaUpdate",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "referrer",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "ResourceAccessInput",
                "description": "ResourceAccessInput describes resource access structure that should be added or updated for identity.",
                "fields": null,
                "inputFields": [
                    {
                        "name": "roles",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "Role",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "type",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updatedOn",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "uuid",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "RetrieveGenreInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "genreId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ReviewEscalationGroup",
                "description": null,
                "fields": [
                    {
                        "name": "displayName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "targetGroupId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "targets",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ReviewEscalationTarget",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ReviewEscalationTarget",
                "description": null,
                "fields": [
                    {
                        "name": "displayName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "email",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "escalationType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "movedToTargetId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "showInUI",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "targetGroupId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ReviewHistoryItem",
                "description": null,
                "fields": [
                    {
                        "name": "createdDatetime",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "destinationQueueName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "escalationType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "note",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "queueName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reviewQueueId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "submissionCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "submissionType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "userAction",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "userInfo",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Identity",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ReviewHistoryItems",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ReviewHistoryItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ReviewQueueItem",
                "description": null,
                "fields": [
                    {
                        "name": "approval",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "ContentApproval",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdDatetime",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lockedByUserId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lockedUntilDatetime",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "moveNote",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "movedAtDatetime",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "movedToQueueByIdentity",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Identity",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "movedToTarget",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "MoveTarget",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "movedToTargetEmail",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "movedToTargetId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "movedToTargetName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "queueName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rejection",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "ContentRejection",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reviewQueueId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "submissionCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "submissionType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "submittedByIdentity",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Identity",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ReviewQueueSearchFilterOptions",
                "description": null,
                "fields": [
                    {
                        "name": "accountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FilterOption",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "assignedReviewerId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FilterOption",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "assignedToId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FilterOption",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "companyBrandUuid",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FilterOption",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "genreId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FilterOption",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "metadataLanguageCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FilterOption",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "movedById",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FilterOption",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "movedToTargetId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FilterOption",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "noticeCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FilterOption",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "queueName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FilterOption",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "serviceTierUuid",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FilterOption",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "submissionType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FilterOption",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ReviewQueueSearchResult",
                "description": null,
                "fields": [
                    {
                        "name": "accountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "addedAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "assignedReviewerId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "assignedReviewerName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "assignedToId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "assignedToName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "companyBrandName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "companyBrandUuid",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "escalationType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "featuringArtist",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "format",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "genreId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "genreName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "imageLocation",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "imprint",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "metadataLanguageCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "metadataLanguageName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "movedById",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "movedByName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "movedToGroupName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "movedToQueueByUserName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "movedToTargetEmail",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "movedToTargetId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "movedToTargetName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "notices",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Notice",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "preorderDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "primaryArtist",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "queueName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reviewQueueId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saleStartDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "secondaryInternalContactId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "secondaryInternalContactName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "serviceTierName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "serviceTierUuid",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "specialInstructions",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccountName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "submissionCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "submissionType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "upc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ReviewQueueSearchResults",
                "description": null,
                "fields": [
                    {
                        "name": "filterOptions",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ReviewQueueSearchFilterOptions",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ReviewQueueSearchResult",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "queueCounts",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "QueueCount",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "RightsAttribute",
                "description": null,
                "fields": [
                    {
                        "name": "description",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "Role",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ACCOUNT360",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ACCOUNTING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ADMINISTRATOR",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ADVERTISING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ANALYTICS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "AUDIENCE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "BULK_CREATE_DIGITAL_AUDIO",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CATALOG",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CREATE_ADMIN_TOOLS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CREATE_BUNDLE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DELIVER_PHYSICAL_AUDIO",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DOCUMENTS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DOLBY_ATMOS_PACKAGER_ALPHA",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MANAGE_DIGITAL_AUDIO",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MANAGE_NR_DELIVERIES",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MANAGE_NR_OWNERSHIP",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MANAGE_NR_REPERTOIRE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MANAGE_RIGHTS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MARKETING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "NETWORK_ADMIN",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "OWS_DELIVERY_METADATA",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PAYEE_MANAGEMENT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PAYMENTS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PODCAST_ADMIN",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PRODUCER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PUBLISHING_COMPOSITIONS_CHANGELOG",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "READ_ONLY_PRODUCER_ROLE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "REVIEW_DIGITAL_AUDIO",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ROYALTIES",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SONGWHIP",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TOOLS_ARTIST_NAME_CHANGE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "VIEW_ORCHARD_SOUND_RECORDING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "RoleV2",
                "description": "Represents a role within the ApplicationV2, new schema for applications and roles\nEach role has a unique identifier and a flag indicating\nwhether it is the default role for that application.",
                "fields": [
                    {
                        "name": "application",
                        "description": "application is the application that the role belongs to.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ApplicationV2",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": "id is the unique identifier for the role.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isDefault",
                        "description": "isDefault is a flag indicating whether the role is the default role for the application.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "SalesSheetTemplate",
                "description": null,
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "SampleArtistInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "artistName",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "artistType",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "SampleArtistType",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "SampleArtistType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ARTIST",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PRODUCER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SONGWRITER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "SaveArtistsInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "create",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "INPUT_OBJECT",
                                "name": "CreateArtistInput",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "SaveCollaboratorSplitsInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "create",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "CreateCollaboratorSplitInput",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "delete",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "DeleteCollaboratorSplitInput",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "update",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "UpdateCollaboratorSplitInput",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "SaveCollaboratorSplitsResult",
                "description": null,
                "fields": [
                    {
                        "name": "created",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "CollaboratorSplit",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deleted",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updated",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "CollaboratorSplit",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "SaveTracksInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "create",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "CreateTracksInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "delete",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "DeleteTracksInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "update",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "UpdateTracksBodyInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updatePosition",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "UpdateTracksPositionInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "SaveVideoSingleProductInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "create",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "CreateVideoSingleProductInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "update",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "UpdateVideoSingleProductInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ScheduleAttachment",
                "description": null,
                "fields": [
                    {
                        "name": "scheduleAttachmentId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "scheduleId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "targetId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "targetType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AbacusScheduleAttachmentTargetType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ScheduleAttachmentsResult",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ScheduleAttachment",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "ScheduleEmailCampaignInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "sendAt",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "timezone",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "SearchFacetMultiSelectParam",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "name",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "values",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "SearchFacetParam",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "name",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "UNION",
                "name": "SearchPodcastItemsResult",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": [
                    { "kind": "OBJECT", "name": "Episode", "ofType": null },
                    { "kind": "OBJECT", "name": "Podcast", "ofType": null },
                    {
                        "kind": "OBJECT",
                        "name": "PodcastNetwork",
                        "ofType": null
                    }
                ]
            },
            {
                "kind": "OBJECT",
                "name": "SearchResults",
                "description": null,
                "fields": [
                    {
                        "name": "productSearchResults",
                        "description": null,
                        "args": [
                            {
                                "name": "displayStatus",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "DisplayStatus",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "productConfiguration",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "ProductConfiguration",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "productType",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "sortDir",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "SortDir",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "sortField",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "status",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subaccounts",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "term",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ProductSearchResults",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "SendTestEmailInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "content",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "emails",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ServiceArtist",
                "description": null,
                "fields": [
                    {
                        "name": "followers",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "genres",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "identifier",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "image",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "url",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ServiceTier",
                "description": null,
                "fields": [
                    {
                        "name": "displayName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "uuid",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INTERFACE",
                "name": "SetFingerprintRulesResult",
                "description": null,
                "fields": [
                    {
                        "name": "numCreated",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "numDeleted",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "target",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INTERFACE",
                                "name": "HasFingerprintRules",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": [
                    {
                        "kind": "OBJECT",
                        "name": "SetSubaccountFingerprintRulesResult",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "SetTrackFingerprintRulesResult",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "SetVendorFingerprintRulesResult",
                        "ofType": null
                    }
                ]
            },
            {
                "kind": "OBJECT",
                "name": "SetIdentityTenantRolesResult",
                "description": "SetIdentityTenantRolesResult is used to represent the result of\nupdating an Identity's roles for a single Tenant.",
                "fields": [
                    {
                        "name": "identity",
                        "description": "The identity for which the mutation was performed.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Identity",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tenant",
                        "description": "The tenant for which the identity's roles were being set.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INTERFACE",
                                "name": "Tenant",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updatedTenantRoles",
                        "description": "The list of roles assigned to the identity for a single Tenant\nafter updating the mutation.\n\nNote, this will not contain the roles for the identity, for a different tenant.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "IdentityTenantRole",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "SetProductInstantGratsInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "productId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackGrats",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "TrackInstantGratsInput",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "SetProductLocalizationInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "deliveredVersion",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "languageId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productName",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "SetSubaccountFingerprintRulesResult",
                "description": null,
                "fields": [
                    {
                        "name": "numCreated",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "numDeleted",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "target",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Subaccount",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "SetFingerprintRulesResult",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "SetTrackFingerprintRulesBulkResult",
                "description": null,
                "fields": [
                    {
                        "name": "numCreated",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "numDeleted",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "SetTrackFingerprintRulesResult",
                "description": null,
                "fields": [
                    {
                        "name": "numCreated",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "numDeleted",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "target",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Track",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "SetFingerprintRulesResult",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "SetTrackLocalizationInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "languageId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackName",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "version",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "SetTrackPricingTier",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "orchardPricingTier",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "SetVendorFingerprintRulesResult",
                "description": null,
                "fields": [
                    {
                        "name": "numCreated",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "numDeleted",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "target",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Vendor",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "SetFingerprintRulesResult",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "ShareGoogleAudienceInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "adAccountId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "audienceId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "justification",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AudienceExportJustification",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reasonNotes",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "ShareMetaAudienceInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "adAccountId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "audienceId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "justification",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AudienceExportJustification",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reasonNotes",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "ShareTiktokAudienceInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "adAccountId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "audienceId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "justification",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AudienceExportJustification",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reasonNotes",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ShopifyAddress",
                "description": null,
                "fields": [
                    {
                        "name": "address1",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "address2",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "city",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "company",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryCode",
                        "description": "Country code in ISO 3166-1 alpha-3",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "firstName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "phone",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "province",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "zip",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "ShopifyAddressInput",
                "description": "This type is used only for use with the `@shopify/address` npm package.",
                "fields": null,
                "inputFields": [
                    {
                        "name": "address1",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "address2",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "city",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "company",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryCode",
                        "description": "Country code in ISO 3166-1 alpha-3",
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "firstName",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastName",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "phone",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "province",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "zip",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ShopifyCollection",
                "description": null,
                "fields": [
                    {
                        "name": "globalParticipant",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GlobalParticipant",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productsCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "title",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ShopifyStore",
                "description": null,
                "fields": [
                    {
                        "name": "account",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INTERFACE",
                                "name": "Label",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "artistsCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "collectionsCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "customDomain",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalParticipant",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GlobalParticipant",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productsCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "shopDomain",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AppConnectionStatus",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "syncedAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ShopifyStoreArtist",
                "description": null,
                "fields": [
                    {
                        "name": "collectionsCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalParticipant",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalParticipant",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productsCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ShopifyStoreCollectionArtistAssociations",
                "description": null,
                "fields": [
                    {
                        "name": "account",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INTERFACE",
                                "name": "Label",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "collections",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ShopifyCollection",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "shopDomain",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "wholeStoreGlobalParticipant",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GlobalParticipant",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "wholeStoreProductsCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ShopifyStoreConnectionCredentials",
                "description": null,
                "fields": [
                    {
                        "name": "connectCardUri",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ShowFamily",
                "description": null,
                "fields": [
                    {
                        "name": "earliestFeed",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Podcast",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "feeds",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Podcast",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "feedsCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "network",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "PodcastNetwork",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "title",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ShowFamilyResults",
                "description": null,
                "fields": [
                    {
                        "name": "showFamilies",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ShowFamily",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "SocialAccount",
                "description": null,
                "fields": [
                    {
                        "name": "authUrl",
                        "description": null,
                        "args": [
                            {
                                "name": "redirectUrl",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "We no longer support social auth. This returns null."
                    },
                    {
                        "name": "followers",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "SocialAccountFollowers",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "handle",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "linked",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "This feature is no longer in use."
                    },
                    {
                        "name": "pendingUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "platform",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "SocialPlatform",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "unlinkPermission",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "SocialAuthUnlinkPermissionType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "This feature is no longer in use."
                    },
                    {
                        "name": "url",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "SocialAccountFollowers",
                "description": null,
                "fields": [
                    {
                        "name": "growthPercentage",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "items",
                        "description": null,
                        "args": [
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "DailyTimeseries",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "total",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalFollowersDifference",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalFollowersPercentage",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "SocialAccountStatV2",
                "description": null,
                "fields": [
                    {
                        "name": "date",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deltaFollowersValue",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "DeltaFollowersValue",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "followers",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "monthlyListeners",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "popularity",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "timestamp",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use date"
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "SocialAccountV2Followers",
                "description": null,
                "fields": [
                    {
                        "name": "growthPercentage",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recentFollowersDifference",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "total",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalFollowersPercentage",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "SocialAsset",
                "description": null,
                "fields": [
                    {
                        "name": "contentType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "SocialContentType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "metadata",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "SocialAssetMetadata",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "url",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "SocialAssetMetadata",
                "description": null,
                "fields": [
                    {
                        "name": "appleLinks",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Removed to decrease metadata loading time"
                    },
                    {
                        "name": "artistList",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "imageUrl",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "spotifyLinks",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Removed to decrease metadata loading time"
                    },
                    {
                        "name": "title",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "SocialAuthUnlinkPermissionType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ALLOW_UNLINK",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DENY_UNLINK",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "NOT_LINKED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "SocialContentType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "APPLE_MUSIC",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "IMAGE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SPOTIFY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "VIDEO",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "SocialFan",
                "description": null,
                "fields": [
                    {
                        "name": "displayName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fanId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "followers",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "imageLocation",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "mentions",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "platform",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "SocialPlatform",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "posts",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SocialPost",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "This feature is no longer in use"
                    },
                    {
                        "name": "username",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "verified",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "SocialFansOrderBy",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "FOLLOWERS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MENTIONS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "RELEVANCE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "SocialFansType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "BLOG",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "EVENT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FAN",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FAN_PAGE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "RADIO",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "SocialMediaUpdate",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "input",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "platform",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "SocialPlatform",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "DEEZER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FACEBOOK",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "INSTAGRAM",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SOUNDCLOUD",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SPOTIFY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TIKTOK",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TWITTER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "YOUTUBE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "SocialPost",
                "description": null,
                "fields": [
                    {
                        "name": "assets",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "SocialAsset",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "comments",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "content",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "creator",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "SocialFan",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "imageLocation",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Retrieve images from assets field."
                    },
                    {
                        "name": "likes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "links",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "SocialPostLink",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "platform",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "SocialPlatform",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "postId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reposts",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "url",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "SocialPostLink",
                "description": null,
                "fields": [
                    {
                        "name": "url",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "SocialPostsOrderBy",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "DATE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "POPULARITY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "SongFacetsV2",
                "description": null,
                "fields": [
                    {
                        "name": "count",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isrc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "psrId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "songName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "SortDir",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ASC",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DESC",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "asc",
                        "description": null,
                        "isDeprecated": true,
                        "deprecationReason": "Enumerated values should be UPPER_CAMEL_CASE."
                    },
                    {
                        "name": "desc",
                        "description": null,
                        "isDeprecated": true,
                        "deprecationReason": "Enumerated values should be UPPER_CAMEL_CASE."
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "SortOrder",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ASC",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DESC",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "SortOrders",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ASC",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DESC",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "SoundRecording",
                "description": null,
                "fields": [
                    {
                        "name": "analytics",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GlobalSoundRecordingAnalytics",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "imageLocation",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Please use GlobalSoundRecording.catalogImageUrl"
                    },
                    {
                        "name": "isrc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "playlistPlacements",
                        "description": null,
                        "args": [
                            {
                                "name": "curatorCountries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "minFollowers",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "ownerCategories",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "OwnerCategory",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "playlistAppearances",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "playlistTypes",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "PlaylistType",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "streamCountries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "PlaylistPlacements",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "primaryArtists",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Artist",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "products",
                        "description": null,
                        "args": [
                            {
                                "name": "includeDeleted",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "useProductDataSource",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Product",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "SoundRecordingDownloadsByCountry",
                "description": null,
                "fields": [
                    {
                        "name": "countries",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "DownloadsCountry",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isrc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "SoundRecordingDownloadsByStore",
                "description": null,
                "fields": [
                    {
                        "name": "isrc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "stores",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "StoreDownloads",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "SoundRecordingDownloadsTotal",
                "description": null,
                "fields": [
                    {
                        "name": "isrc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "DownloadsTimeseries",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INTERFACE",
                "name": "SoundRecordingNr",
                "description": null,
                "fields": [
                    {
                        "name": "countriesOfRecording",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Territory",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "duration",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "featuredArtists",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "INTERFACE",
                                "name": "ParticipantNr",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "firstReleaseYear",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isrc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "primaryArtists",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "INTERFACE",
                                    "name": "ParticipantNr",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recordingTitle",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "version",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": [
                    {
                        "kind": "OBJECT",
                        "name": "NrSoundRecording",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "OwnershipNrSoundRecording",
                        "ofType": null
                    }
                ]
            },
            {
                "kind": "OBJECT",
                "name": "SoundRecordingPlacementsFilters",
                "description": null,
                "fields": [
                    {
                        "name": "minFollowers",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ownerCategories",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "ClientOwnerCategories",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sort",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "ENUM",
                            "name": "ClientSorting",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "stores",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "SoundRecordingWithTracks",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "id",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tracks",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "SourceOfStreams",
                "description": null,
                "fields": [
                    {
                        "name": "active",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "StreamSource",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "collection",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "StreamSource",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "passive",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "StreamSource",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sources",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Store",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "unknown",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "StreamSource",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "SourceOfStreamsMetrics",
                "description": null,
                "fields": [
                    {
                        "name": "active",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "StreamSourceMetrics",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "collection",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "StreamSourceMetrics",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "passive",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "StreamSourceMetrics",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sources",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Store",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "StreamSourceMetrics",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "unknown",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "StreamSourceMetrics",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "SpotifyAlbum",
                "description": null,
                "fields": [
                    {
                        "name": "albumType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "images",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "SpotifyAlbumImage",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "SpotifyAlbumImage",
                "description": null,
                "fields": [
                    {
                        "name": "height",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "url",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "width",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "SpotifyArtist",
                "description": null,
                "fields": [
                    {
                        "name": "href",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "type",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "uri",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "SpotifyPopularity",
                "description": null,
                "fields": [
                    {
                        "name": "fanConversionPercentage",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "index",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "monthlyListeners",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "RankedMetric",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "SpotifyTrack",
                "description": null,
                "fields": [
                    {
                        "name": "album",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "SpotifyAlbum",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "artists",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "SpotifyArtist",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "externalIds",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "SpotifyTrackExternalIds",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "SpotifyTrackExternalIds",
                "description": null,
                "fields": [
                    {
                        "name": "isrc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "SpotifyTrackInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "id",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "SpotifyTrackSearchResults",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "SpotifyTrack",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "limit",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "next",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "offset",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "previous",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "total",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "StaggeredReleaseSchedule",
                "description": null,
                "fields": [
                    {
                        "name": "deliveryStore",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "DeliveryStore",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saleDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "StaggeredReleaseScheduleInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "deliveryStore",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INPUT_OBJECT",
                                "name": "DeliveryStoreInput",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saleDate",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "StartBulkAssetUploadInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "assets",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "AssetUploadInput",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "bulkSessionId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "StartBulkMetadataUploadInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "bulkSessionId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "filename",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "parts",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "StartPodcastTranscriptionInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "episodeId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "language",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "numSpeakers",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "StatementPeriodAdjustmentFileSortOptions",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "CREATED_AT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DATE_APPROVED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "STATEMENT_PERIOD_ADJUSTMENT_FILE_ID",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "STATUS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "StatementPeriodAdjustmentFileStatusOptions",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "APPLIED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "APPROVED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "NOT_APPROVED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "StatementPeriodAdjustmentFileUserActions",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "UPLOADED_FILE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Store",
                "description": null,
                "fields": [
                    {
                        "name": "distributors",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "Distributor",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "error",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "StoreError",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use `Store.errors` this field is unreliable."
                    },
                    {
                        "name": "errors",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "StoreError",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storeName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INTERFACE",
                "name": "StoreCarveout",
                "description": null,
                "fields": [
                    {
                        "name": "store",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Store",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": [
                    {
                        "kind": "OBJECT",
                        "name": "CompleteStoreCarveout",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "StoreTerritoryCarveout",
                        "ofType": null
                    }
                ]
            },
            {
                "kind": "OBJECT",
                "name": "StoreDownloadData",
                "description": null,
                "fields": [
                    {
                        "name": "data",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "DownloadData",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "store",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Store",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "StoreDownloads",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "DownloadsTimeseries",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storeName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "StoreError",
                "description": null,
                "fields": [
                    {
                        "name": "code",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "distributor",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "ENUM",
                            "name": "Distributor",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "message",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "types",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "StoreLink",
                "description": null,
                "fields": [
                    {
                        "name": "go_live_date",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "link",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "store_id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "store_name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "StoreLinkInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "countryCodes",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deliveryDate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "forcePolling",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "goLiveDate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "itunesVendorId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "provider",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "receivedForPollingDate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "salesStartDate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storeId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storeInternalId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storeInternalStatus",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "upc",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "StoreLinksInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "storeLinks",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "StoreLinkInput",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "StoreStreamData",
                "description": null,
                "fields": [
                    {
                        "name": "data",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "StreamData",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "store",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Store",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "StoreTerritoryCarveout",
                "description": null,
                "fields": [
                    {
                        "name": "store",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Store",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "territory",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Territory",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "StoreCarveout",
                        "ofType": null
                    },
                    {
                        "kind": "INTERFACE",
                        "name": "TerritoryCarveout",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Storefront",
                "description": null,
                "fields": [
                    {
                        "name": "countryCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storefrontUri",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "StorefrontPlacement",
                "description": null,
                "fields": [
                    {
                        "name": "added",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "position",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "previousPosition",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "soundRecording",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "SoundRecording",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storefront",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Storefront",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "StreamData",
                "description": null,
                "fields": [
                    {
                        "name": "allTime",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "growthPercentage",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use GlobalSoundRecording.analytics.growthPeriods[].growthPercentage"
                    },
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Timeseries",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skipRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "StreamSource",
                "description": null,
                "fields": [
                    {
                        "name": "growthPercentage",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Timeseries",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "source",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "ENUM",
                            "name": "StreamSources",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "total",
                        "description": "total field not populated for Analytics.sourceOfStreams",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "StreamSourceFilter",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ALBUM",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ALBUMPAGE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ARTIST",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ARTISTPAGE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CHART",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "COLLECTION",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DAILYMIX",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DISCOVERWEEKLY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DISCOVERY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "EXTERNAL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "LIBRARY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MUSICKIT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "NOWPLAYING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "OTHER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PLAYLIST",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PLAYLISTS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PLAYQUEUE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "RADIO",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "RELEASERADAR",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SEARCH",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SONGS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "STATION",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "USERPLAYLIST",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "VOICE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "StreamSourceMetrics",
                "description": null,
                "fields": [
                    {
                        "name": "period",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "StreamSources",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ACTIVE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "COLLECTION",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PASSIVE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "UNKNOWN",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "StreamStore",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Timeseries",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storeName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Streams",
                "description": null,
                "fields": [
                    {
                        "name": "aggregate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "StreamData",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "growthPeriods",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "DeltaGrowth",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sources",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Store",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "stores",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "StoreStreamData",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": "totalCount should belong to a..Results type object instead e.g. ProductSearchResults.\nIt it not a property of Streams. It is the number of results returned.",
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "StreamsAggregate",
                "description": null,
                "fields": [
                    {
                        "name": "streams7Days",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams28Days",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamsAllTime",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "StreamsAggregateById",
                "description": null,
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams7Days",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams28Days",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamsAllTime",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "StreamsBreakdown",
                "description": null,
                "fields": [
                    {
                        "name": "active",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "StreamSource",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adSupported",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "StreamSource",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "collection",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "StreamSource",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "midTier",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "StreamSource",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "passive",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "StreamSource",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sourceOfStreams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "SourceOfStreams",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sources",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Store",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamsBySubscription",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "StreamsBySubscription",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subscription",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "StreamSource",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "StreamsByCountry",
                "description": null,
                "fields": [
                    {
                        "name": "countries",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "CountryStreams",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "StreamsBySourceOfStreams",
                "description": null,
                "fields": [
                    {
                        "name": "sourceOfStreams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "StreamSource",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "StreamsBySubscription",
                "description": null,
                "fields": [
                    {
                        "name": "adSupported",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "StreamSource",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "midTier",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "StreamSource",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sources",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Store",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subscription",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "StreamSource",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "StreamsGrowthPeriod",
                "description": null,
                "fields": [
                    {
                        "name": "growthPercentage",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "period",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "StreamsGrowthPeriodEnum",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "_1_DAY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "_7_DAYS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "_28_DAYS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "StreamsTimeseriesById",
                "description": null,
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "timeseries",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "StreamsTimeseriesItem",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "StreamsTimeseriesItem",
                "description": null,
                "fields": [
                    {
                        "name": "date",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "StreamsTotal",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Timeseries",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "SCALAR",
                "name": "String",
                "description": "The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.",
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "StringRangeInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "from",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "to",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "StripoAuthTokenResult",
                "description": null,
                "fields": [
                    {
                        "name": "token",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Subaccount",
                "description": "Based in graphql-account.",
                "fields": [
                    {
                        "name": "analytics",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "SubaccountAnalytics",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "applications",
                        "description": "The applications that the Subaccount has access to.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "SubaccountApplication",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contentReviewNote",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "demographicBreakdownV2",
                        "description": null,
                        "args": [
                            {
                                "name": "allTime",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AccountDemographics",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "features",
                        "description": null,
                        "args": [
                            {
                                "name": "prefix",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Feature",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "following",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "LabelId",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isDeleted",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelSoundRecording",
                        "description": null,
                        "args": [
                            {
                                "name": "isrc",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "LabelSoundRecording",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "participantSearchV2",
                        "description": null,
                        "args": [
                            {
                                "name": "first",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "10",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "includeSubaccounts",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": "false",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "term",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "LabelParticipantSearchResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "products",
                        "description": null,
                        "args": [
                            {
                                "name": "filter",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "LabelProductFilterInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "{includeProductsWithDeletions: true}",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "5",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "order",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "LabelProductOrder",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "SubaccountProductResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "royaltyCollection",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "SubaccountRoyaltyCollection",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rules",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FingerprintRule",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Temporary for federation. Use `id.subaccountId`."
                    },
                    {
                        "name": "summary",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "finLabelIds",
                                "description": "Financial label IDs to filter results. Usually, each account (label) has corresponding financial label ID.\nFor RCA Records this is E009.",
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "ids",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subscriptionTypes",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "SubscriptionType",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "type",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "AccountSummaryType",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "upperProfitCenters",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "UpperProfitCenter",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AccountSummary",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "timeseries",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "finLabelIds",
                                "description": "Financial label IDs to filter results. Usually, each account (label) has corresponding financial label ID.\nFor RCA Records this is E009.",
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "ids",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "resolution",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subscriptionTypes",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "SubscriptionType",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "type",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "AccountTimeseriesType",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "upperProfitCenters",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "UpperProfitCenter",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AccountTimeseries",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "topContent",
                        "description": null,
                        "args": [
                            {
                                "name": "aggregationType",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "AccountTopContentType",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "topSize",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AccountTopContent",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "uuid",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendor",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Vendor",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Temporary for federation. Use `id.vendorId`."
                    },
                    {
                        "name": "videoViewsSummary",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "15",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "type",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "AccountVideoViewsQueryType",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "viewsType",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "ViewsType",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AccountVideoViewsSummary",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "videoViewsTimeseries",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "15",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "type",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "AccountVideoViewsQueryType",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "viewsType",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "ViewsType",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AccountVideoViewsTimeseries",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "HasFingerprintRules",
                        "ofType": null
                    },
                    { "kind": "INTERFACE", "name": "Label", "ofType": null },
                    { "kind": "INTERFACE", "name": "Tenant", "ofType": null }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "SubaccountAnalytics",
                "description": null,
                "fields": [
                    {
                        "name": "aggregatedDownloads7Days",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GrowthPeriods",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "aggregatedDownloadsAllTime",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "albumDownloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GrowthPeriods",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelManager",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "LabelManager",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackDownloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GrowthPeriods",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackStreams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GrowthPeriods",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use trackStreams28Days."
                    },
                    {
                        "name": "trackStreams7Days",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GrowthPeriods",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackStreams28Days",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GrowthPeriods",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackStreamsAllTime",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "LabelAnalytics",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "SubaccountApplication",
                "description": "SubaccountApplication describes the relationship between a Vendor and an ApplicationV2.\nImplements TenantApplication interface.",
                "fields": [
                    {
                        "name": "application",
                        "description": "The Application that the Subaccount has access to.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ApplicationV2",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "roles",
                        "description": "The roles that the Subaccount has access to in the Application.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "RoleV2",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tenant",
                        "description": "The Subaccount that has access to the Application.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Subaccount",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "url",
                        "description": "The URL to the application that is dependent on the Subaccount.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "TenantApplication",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "SubaccountMetadata",
                "description": null,
                "fields": [
                    {
                        "name": "labelId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "SubaccountProductResult",
                "description": null,
                "fields": [
                    {
                        "name": "products",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Product",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "LabelProductResult",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "SubaccountRoyaltyCollection",
                "description": null,
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isActive",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "territories",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Territory",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "SubaccountSearchItem",
                "description": null,
                "fields": [
                    {
                        "name": "companyBrandUUID",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isDeleted",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelType",
                        "description": "labelType is Subaccount or Vendor.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "LabelType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "parentVendor",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "VendorSearchItem",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "uuid",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorUUID",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "AccountSearchItem",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "SubaccountSplitType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "GROSS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "NET",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "SubaccountsResults",
                "description": null,
                "fields": [
                    {
                        "name": "subaccounts",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Subaccount",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Subgenre",
                "description": null,
                "fields": [
                    {
                        "name": "composer",
                        "description": "composer field is used to denote whether it's a classical genre/subgenre for workstation to\nshow composer, ensemble, orchestra and etc fields.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "genre",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Genre",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "SubmitProductInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "productId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccountId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Subscription",
                "description": null,
                "fields": [
                    {
                        "name": "abacusAccountPayeePayoneerBankDetailsChanged",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusAccountPayeePayoneerBankDetailsChanged",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusAccountPayeePayoneerDetailsChanged",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusAccountPayeePayoneerDetailsChanged",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusAccountPayeePayoneerStatusUpdated",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusAccountPayeePayoneerStatusUpdated",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusAccountPayeePayoneerWFormCollected",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusAccountPayeePayoneerWFormCollected",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusAccountPayeeVATInfoSaved",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusAccountPayeeVATInfoSaved",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "abacusAccountTaxInfoUpdated",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusAccountTaxInfoUpdated",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "SubscriptionType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ADSUPPORTED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MIDTIER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SUBSCRIPTION",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TargetGroup",
                "description": null,
                "fields": [
                    {
                        "name": "displayName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INTERFACE",
                "name": "Tenant",
                "description": null,
                "fields": [
                    {
                        "name": "applications",
                        "description": "The applications that the Tenant has access to.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INTERFACE",
                                        "name": "TenantApplication",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "uuid",
                        "description": "Unique universal identifier across\nall Tenants (regardless of entity type)",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": [
                    {
                        "kind": "OBJECT",
                        "name": "Collaborator",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "CompanyBrand",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "LabelParticipant",
                        "ofType": null
                    },
                    { "kind": "OBJECT", "name": "Subaccount", "ofType": null },
                    { "kind": "OBJECT", "name": "Vendor", "ofType": null }
                ]
            },
            {
                "kind": "INTERFACE",
                "name": "TenantApplication",
                "description": "TenantApplication describes the relationship between a Tenant and an ApplicationV2.\nThis relationship includes the roles that the Tenant has access to in the ApplicationV2.",
                "fields": [
                    {
                        "name": "application",
                        "description": "The Application that the Tenant has access to.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ApplicationV2",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "roles",
                        "description": "The roles that the Tenant has access to in the Application.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "RoleV2",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tenant",
                        "description": "The Tenant that has access to the Application.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INTERFACE",
                                "name": "Tenant",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "url",
                        "description": "The URL to the application that is dependent on the Tenant.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": [
                    {
                        "kind": "OBJECT",
                        "name": "CollaboratorApplication",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "CompanyBrandApplication",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "LabelParticipantApplication",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "SubaccountApplication",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "VendorApplication",
                        "ofType": null
                    }
                ]
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "TenantProfileRolesCreateInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "rolesToAttach",
                        "description": "roles contains the list of RoleV2 to add\nto the identity's roles for the tenant.",
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tenantType",
                        "description": "Tenant's type for which roles should be added.",
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "TenantType",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tenantUuid",
                        "description": "Tenant's UUID for which roles should be added.",
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "TenantProfileRolesUpdateInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "rolesToAttach",
                        "description": "rolesToAttach contains the list of RoleV2 to add\nfrom the identity's roles on the tenant.",
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rolesToDetach",
                        "description": "rolesToDetach contains the list of RoleV2 to remove\nfrom the identity's roles on the tenant.",
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tenantType",
                        "description": "Tenant's type for which roles should be added.",
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "TenantType",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tenantUuid",
                        "description": "Tenant's UUID for which roles should be added.",
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "TenantType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ACCOUNT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "COLLABORATOR",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "COMPANY_BRAND",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "LABEL_PARTICIPANT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SUBACCOUNT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Territory",
                "description": null,
                "fields": [
                    {
                        "name": "continent",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "orchId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "standard",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "TerritoryStandard",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "territoryCodeA2",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "territoryCodeA3",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "territoryCodeNumeric",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "territoryName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INTERFACE",
                "name": "TerritoryCarveout",
                "description": null,
                "fields": [
                    {
                        "name": "territory",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Territory",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": [
                    {
                        "kind": "OBJECT",
                        "name": "CompleteTerritoryCarveout",
                        "ofType": null
                    },
                    {
                        "kind": "OBJECT",
                        "name": "StoreTerritoryCarveout",
                        "ofType": null
                    }
                ]
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "TerritoryFilterInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "names",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "TerritoryStandard",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ISO_3166_1_2016",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ORCH_1_2016",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TikTokAggregatedMetrics",
                "description": null,
                "fields": [
                    {
                        "name": "commentsAllTime",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "likesAllTime",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "viewsAllTime",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INTERFACE",
                "name": "TikTokAnalyticsTimeseriesItem",
                "description": null,
                "fields": [
                    {
                        "name": "date",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": [
                    {
                        "kind": "OBJECT",
                        "name": "TikTokSoundAnalyticsTimeseriesItem",
                        "ofType": null
                    }
                ]
            },
            {
                "kind": "OBJECT",
                "name": "TikTokScores",
                "description": null,
                "fields": [
                    {
                        "name": "top5_tiktok_scores_by_country",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TiktokScoreByCountry",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TikTokSound",
                "description": null,
                "fields": [
                    {
                        "name": "analytics",
                        "description": null,
                        "args": [
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Date",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Date",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TikTokSoundAnalytics",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "videos",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "10",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "TikTokVideosOrderBy",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TikTokVideosOfSoundResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TikTokSoundAnalytics",
                "description": null,
                "fields": [
                    {
                        "name": "metrics",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TikTokAggregatedMetrics",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "timeseries",
                        "description": null,
                        "args": [
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Date",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Date",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TikTokSoundAnalyticsTimeseriesItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TikTokSoundAnalyticsTimeseriesItem",
                "description": null,
                "fields": [
                    {
                        "name": "creations",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "date",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "TikTokAnalyticsTimeseriesItem",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TikTokSoundsOfUserResult",
                "description": null,
                "fields": [
                    {
                        "name": "sounds",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TikTokSound",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "TikTokSoundsOrderBy",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "COMMENTS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CREATED_DATE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CREATIONS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "LIKES",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "VIEWS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TikTokUser",
                "description": null,
                "fields": [
                    {
                        "name": "analytics",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TikTokUserAnalytics",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "followers",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sounds",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "10",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "TikTokSoundsOrderBy",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TikTokSoundsOfUserResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "username",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "videos",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "10",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "TikTokVideosOrderBy",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TikTokVideosOfUserResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TikTokUserAnalytics",
                "description": null,
                "fields": [
                    {
                        "name": "metrics",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TikTokAggregatedMetrics",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "TikTokUsersOrderBy",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "COMMENTS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CREATIONS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FOLLOWERS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "LIKES",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "VIEWS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TikTokVideo",
                "description": null,
                "fields": [
                    {
                        "name": "analytics",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TikTokVideoAnalytics",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sound",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TikTokSound",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "title",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "url",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "URL",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "user",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TikTokUser",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TikTokVideoAnalytics",
                "description": null,
                "fields": [
                    {
                        "name": "metrics",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TikTokAggregatedMetrics",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TikTokVideosOfSoundResult",
                "description": null,
                "fields": [
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "videos",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TikTokVideo",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TikTokVideosOfUserResult",
                "description": null,
                "fields": [
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "videos",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TikTokVideo",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "TikTokVideosOrderBy",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "COMMENTS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CREATED_DATE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "LIKES",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "VIEWS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TiktokAdAccount",
                "description": null,
                "fields": [
                    {
                        "name": "adReportingConnectionStatus",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AppConnectionStatus",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "adReportingSelfConnected",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "businessCenterName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "campaignsCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "externalId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isSelfConnected",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "label",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "INTERFACE",
                            "name": "Label",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reportingUserId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sharingUserId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "userAdAccountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "userConnectionStatus",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "TiktokConnectionStatus",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "userId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Please, use sharingUserId or reportingUserId fields instead"
                    },
                    {
                        "name": "userSelfConnected",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TiktokAdAccountLabelPair",
                "description": null,
                "fields": [
                    {
                        "name": "adAccountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "label",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INTERFACE",
                                "name": "Label",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "TiktokAdAccountLabelPairInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "adAccountId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccountId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TiktokAdReportingConnection",
                "description": null,
                "fields": [
                    {
                        "name": "adAccountsCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AppConnectionStatus",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TiktokAggregate",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TiktokAggregateItem",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TiktokAggregateCreations",
                "description": null,
                "fields": [
                    {
                        "name": "aggregate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Aggregate",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "growthPeriods",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GrowthPeriods",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TiktokAggregateItem",
                "description": null,
                "fields": [
                    {
                        "name": "creations",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "TiktokAggregateCreations",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "TiktokAggregateViews",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TiktokAggregateTimeseriesByCountry",
                "description": null,
                "fields": [
                    {
                        "name": "countryCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "timeseries",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TiktokAggregateTimeseriesItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TiktokAggregateTimeseriesItem",
                "description": null,
                "fields": [
                    {
                        "name": "date",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TiktokAggregateViews",
                "description": null,
                "fields": [
                    {
                        "name": "aggregate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Aggregate",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "growthPeriods",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GrowthPeriods",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TiktokAggregatedSummary",
                "description": null,
                "fields": [
                    {
                        "name": "aggregatedSummaryByContentType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TiktokAggregatedSummaryByContentType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "aggregatedSummaryByCountry",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TiktokAggregatedSummaryByCountry",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "aggregatedSummaryTotal",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TiktokAggregatedSummaryTotal",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TiktokAggregatedSummaryByContentType",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "TiktokAggregatedSummaryItemByContentType",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TiktokAggregatedSummaryByCountry",
                "description": null,
                "fields": [
                    {
                        "name": "allOtherCountriesCreations",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TiktokCreationsSummaryItem",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "allOtherCountriesViews",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TiktokViewsSummaryItem",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "topNCountriesCreations",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TiktokCreationsSummaryItemByCountry",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "topNCountriesViews",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TiktokViewsSummaryItemByCountry",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TiktokAggregatedSummaryItemByContentType",
                "description": null,
                "fields": [
                    {
                        "name": "contentType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "creations",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TiktokCreationsSummaryItem",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TiktokViewsSummaryItem",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TiktokAggregatedSummaryTotal",
                "description": null,
                "fields": [
                    {
                        "name": "creations",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TiktokCreationsSummaryItem",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TiktokViewsSummaryItem",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TiktokAggregatedTimeseries",
                "description": null,
                "fields": [
                    {
                        "name": "aggregatedTimeseriesByCountry",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TiktokAggregatedTimeseriesByCountry",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TiktokAggregatedTimeseriesByCountry",
                "description": null,
                "fields": [
                    {
                        "name": "allOtherCountriesCreations",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TiktokAggregateTimeseriesItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "allOtherCountriesViews",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TiktokAggregateTimeseriesItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "topNCountriesCreations",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TiktokAggregateTimeseriesByCountry",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "topNCountriesViews",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TiktokAggregateTimeseriesByCountry",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TiktokAggregations",
                "description": null,
                "fields": [
                    {
                        "name": "creations_1_day",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "creations_1_day_prev",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "creations_7_days",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "creations_7_days_prev",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "creations_28_days",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "creations_28_days_prev",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "creations_all_time",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "creations_growth_percentage_1_day",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "creations_growth_percentage_7_days",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "creations_growth_percentage_28_days",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views_1_day",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views_1_day_prev",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views_7_days",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views_7_days_prev",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views_28_days",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views_28_days_prev",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views_all_time",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views_growth_percentage_1_day",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views_growth_percentage_7_days",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views_growth_percentage_28_days",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TiktokAnalytics",
                "description": null,
                "fields": [
                    {
                        "name": "aggregatedSummary",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "topSize",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TiktokAggregatedSummary",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "aggregatedTimeseries",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "daysBack",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "topSize",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TiktokAggregatedTimeseries",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "aggregation",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "productId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TiktokAggregate",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "summary",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderDir",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "type",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "TiktokAnalyticsTimeseriesType",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TiktokSummary",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "timeseries",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "daysBack",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "ids",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "type",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "TiktokAnalyticsTimeseriesType",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TiktokTimeSeries",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "topSounds",
                        "description": null,
                        "args": [
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Date",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "10",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "TikTokSoundsOrderBy",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Date",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TikTokSound",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "topUsers",
                        "description": null,
                        "args": [
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Date",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "10",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "TikTokUsersOrderBy",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Date",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TikTokUser",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "topVideos",
                        "description": null,
                        "args": [
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Date",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "10",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "orderBy",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "TikTokVideosOrderBy",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Date",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TikTokVideo",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "TiktokAnalyticsTimeseriesType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ALL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "BY_CONTENT_TYPE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "BY_COUNTRY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TiktokAudience",
                "description": null,
                "fields": [
                    {
                        "name": "createdAt",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "externalId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fansCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TiktokAudienceShareStatus",
                "description": null,
                "fields": [
                    {
                        "name": "adAccountName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "audienceId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "audienceName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fansCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "processedFans",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "progress",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AudienceExportStatus",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "url",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "TiktokConnectionStatus",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "CONNECTED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "INVALID",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "NOT_CONNECTED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SCOPES_MISSING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TiktokCreationsSummaryItem",
                "description": null,
                "fields": [
                    {
                        "name": "creations7Days",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "creations28Days",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "creationsAllTime",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TiktokCreationsSummaryItemByCountry",
                "description": null,
                "fields": [
                    {
                        "name": "countryCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "creations",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TiktokCreationsSummaryItem",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TiktokScoreByCountry",
                "description": null,
                "fields": [
                    {
                        "name": "country",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "score",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TiktokSummary",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TiktokSummaryItem",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TiktokSummaryItem",
                "description": null,
                "fields": [
                    {
                        "name": "comments",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "creations",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "favorites",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "likes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "shares",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TiktokTimeSeries",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TiktokTimeSeriesItem",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TiktokTimeSeriesItem",
                "description": null,
                "fields": [
                    {
                        "name": "comments",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "creations",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "date",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "favorites",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "likes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "shares",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TiktokUserAdAccount",
                "description": null,
                "fields": [
                    {
                        "name": "businessCenterName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "label",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "INTERFACE",
                            "name": "Label",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TiktokUserConnection",
                "description": null,
                "fields": [
                    {
                        "name": "adAccounts",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TiktokUserConnectionAdAccounts",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "TiktokConnectionStatus",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "userId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "userName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TiktokUserConnectionAdAccounts",
                "description": null,
                "fields": [
                    {
                        "name": "businessCenterName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "externalId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TiktokViewsSummaryItem",
                "description": null,
                "fields": [
                    {
                        "name": "views7Days",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views28Days",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "viewsAllTime",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TiktokViewsSummaryItemByCountry",
                "description": null,
                "fields": [
                    {
                        "name": "countryCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TiktokViewsSummaryItem",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "SCALAR",
                "name": "Time",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TimedRelease",
                "description": null,
                "fields": [
                    {
                        "name": "product",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Product",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storeIds",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "timeOfDayProduct",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "timeZone",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TimedReleaseSchedule",
                "description": null,
                "fields": [
                    {
                        "name": "deliveryStore",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "DeliveryStore",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saleDateTime",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "TimedReleaseScheduleInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "deliveryStore",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INPUT_OBJECT",
                                "name": "DeliveryStoreInput",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saleDateTime",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Timeseries",
                "description": null,
                "fields": [
                    {
                        "name": "date",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saves",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "skipRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TimeseriesByProduct",
                "description": null,
                "fields": [
                    {
                        "name": "products",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TimeseriesProduct",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TimeseriesBySoundRecording",
                "description": null,
                "fields": [
                    {
                        "name": "soundRecordings",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TimeseriesSoundRecording",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TimeseriesBySoundRecordingV2",
                "description": null,
                "fields": [
                    {
                        "name": "soundRecordings",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TimeseriesSoundRecording",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TimeseriesByStore",
                "description": null,
                "fields": [
                    {
                        "name": "stores",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "StreamStore",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TimeseriesByTrack",
                "description": null,
                "fields": [
                    {
                        "name": "tracks",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TimeseriesTrack",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TimeseriesPlaylistPlacementPositions",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PlaylistPlacementPositionTimeseries",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TimeseriesPlaylistPlacementStreams",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PlaylistPlacementStreamsTimeseries",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TimeseriesProduct",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Timeseries",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "product",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Product",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TimeseriesSoundRecording",
                "description": null,
                "fields": [
                    {
                        "name": "globalSoundRecording",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalSoundRecording",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Timeseries",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TimeseriesTrack",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Timeseries",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "track",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Track",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TimeseriesTrackDownloads",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "DownloadsTimeseries",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "track",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Track",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "ToggleUserChartFavoriteInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "category",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "chartType",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "country",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "store",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "ToggleUserFavoriteInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "podcastId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TopChannelTrafficSources",
                "description": null,
                "fields": [
                    {
                        "name": "channelTrafficSources",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ChannelTrafficSources",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sources",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Store",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TopChannelVideos",
                "description": null,
                "fields": [
                    {
                        "name": "channelVideos",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ChannelVideo",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sources",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Store",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TopCountriesByChannels",
                "description": null,
                "fields": [
                    {
                        "name": "countries",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "CountryVideos",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sources",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Store",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TopCountriesByDownloads",
                "description": null,
                "fields": [
                    {
                        "name": "countries",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CountryDownloads",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sources",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Store",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TopCountriesByStreams",
                "description": null,
                "fields": [
                    {
                        "name": "countries",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CountryStreams",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sources",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Store",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TopCountriesByVideos",
                "description": null,
                "fields": [
                    {
                        "name": "countries",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "CountryVideos",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sources",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Store",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "TopGlobalSoundRecordingFamiliesPaginationInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "limit",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": "50",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "offset",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": "0",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "orderBy",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": "\"streams_28_days\"",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "orderDir",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": "\"DESC\"",
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TopMarkets",
                "description": null,
                "fields": [
                    {
                        "name": "markets",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "MarketStreams",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sources",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Store",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TopNAccountCountryItem",
                "description": null,
                "fields": [
                    {
                        "name": "countryCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TopNAccountGlobalParticipantItem",
                "description": null,
                "fields": [
                    {
                        "name": "globalParticipant",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalParticipant",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TopNAccountGlobalProductItem",
                "description": null,
                "fields": [
                    {
                        "name": "product",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Product",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TopNAccountGlobalSoundRecordingItem",
                "description": null,
                "fields": [
                    {
                        "name": "globalSoundRecording",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "GlobalSoundRecording",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TopNAccountStoreItem",
                "description": null,
                "fields": [
                    {
                        "name": "store",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Store",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TopPlaylists",
                "description": null,
                "fields": [
                    {
                        "name": "playlists",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PlaylistStreams",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sources",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Store",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalStreams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TopPlaylistsPlacements",
                "description": null,
                "fields": [
                    {
                        "name": "placements",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "PlaylistPlacement",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TopVideoTrafficSources",
                "description": null,
                "fields": [
                    {
                        "name": "sources",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Store",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "videoTrafficSources",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "VideoTrafficSources",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TotalVsPlaylistStreamsByStore",
                "description": null,
                "fields": [
                    {
                        "name": "allStoresAggregation",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "TotalVsPlaylistStreamsByStoreAggregatedItem",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "stores",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TotalVsPlaylistStreamsByStoreItem",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TotalVsPlaylistStreamsByStoreAggregatedItem",
                "description": null,
                "fields": [
                    {
                        "name": "timeseries",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TotalVsPlaylistStreamsByStoreTimeseriesItem",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalPlaylistStreams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalStreams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TotalVsPlaylistStreamsByStoreItem",
                "description": null,
                "fields": [
                    {
                        "name": "storeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "timeseries",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TotalVsPlaylistStreamsByStoreTimeseriesItem",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalPlaylistStreams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalStreams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TotalVsPlaylistStreamsByStoreTimeseriesItem",
                "description": null,
                "fields": [
                    {
                        "name": "playlistStreams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "timestamp",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Track",
                "description": "Based in graphql-product.",
                "fields": [
                    {
                        "name": "analytics",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "TrackAnalytics",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "audioAttributes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TrackAudioAttribute",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "durationMinutes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "durationSeconds",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "explicit",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "focusTrack",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "FocusTrack",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "instantGrats",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TrackInstantGrat",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isOwner",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isrc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isrcInfo",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Isrc",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelSoundRecording",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "LabelSoundRecording",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "language",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Language",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "localizations",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TrackLocalization",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lyrics",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "metaLanguageCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use `trackName`."
                    },
                    {
                        "name": "number",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use `trackNumber`."
                    },
                    {
                        "name": "offerType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "TrackOfferType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "originalRightsHolderCountry",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Territory",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "originalRightsHolderCountryId",
                        "description": "This Territory assumed standard ISO_3166_1_2016.",
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use `originalRightsHolderCountry.orchId`"
                    },
                    {
                        "name": "ownershipRights",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pInfo",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "participations",
                        "description": "Get all participations for this Track.\n\nTODO: This field currently does not respect the original ordering of the participations.\nTODO: This field should support filtering by (a list of) participation types.\nTODO: This field should return participation type.",
                        "args": [
                            {
                                "name": "filter",
                                "description": null,
                                "type": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "LabelTrackParticipationFilterInput",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "LabelTrackParticipation",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "performers",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Performer",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "previewStartTime",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "primaryArtists",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Artist",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use `participations` with a filter"
                    },
                    {
                        "name": "product",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Product",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "publishing",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "TrackPublishing",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recordingCountry",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Territory",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recordingCountryId",
                        "description": "This Territory assumed standard ISO_3166_1_2016.",
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use `recordingCountry.orchId`"
                    },
                    {
                        "name": "rightsAttributes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TrackRightsAttribute",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rules",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FingerprintRule",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "samples",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TrackSample",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "splits",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "CollaboratorSplit",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streamingAudioUrl",
                        "description": null,
                        "args": [
                            {
                                "name": "isCorrection",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "false",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "territories",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackNumber",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tuid",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "validation",
                        "description": null,
                        "args": [
                            {
                                "name": "validationContext",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "ValidationContext",
                                    "ofType": null
                                },
                                "defaultValue": "PRE_SUBMISSION",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "TrackValidation",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "version",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "volumeNumber",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "writers",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TrackWriter",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use `participations` with a filter"
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "HasFingerprintRules",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TrackAnalytics",
                "description": null,
                "fields": [
                    {
                        "name": "downloads",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TrackDownloadsTimeseries",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "streams",
                        "description": "Note that the streams field can not currently be federated due to connected sorting and pagination logic in the 'Product.tracks' resolver.",
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "Distributor",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Streams",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TrackAudioAttribute",
                "description": null,
                "fields": [
                    {
                        "name": "attribute",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AudioAttribute",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TrackDownloadsTimeseries",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "DownloadsTimeseries",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TrackInstantGrat",
                "description": null,
                "fields": [
                    {
                        "name": "active",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "date",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "store",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Store",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "track",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Track",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "TrackInstantGratInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "date",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storeId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "TrackInstantGratsInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "grats",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "TrackInstantGratInput",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tuid",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TrackLocalization",
                "description": null,
                "fields": [
                    {
                        "name": "artists",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Artist",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Should use type LabelParticipant."
                    },
                    {
                        "name": "iTunesLanguage",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "ITunesLanguage",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "version",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "TrackOfferType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ALBUM_DOWNLOAD_ONLY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ALBUM_DOWNLOAD_STREAM",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ALBUM_TRACK_DOWNLOAD",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ALL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "NONE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "STREAM_ONLY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TRACK_DOWNLOAD_ONLY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TRACK_DOWNLOAD_STREAM",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TrackOverridePricingTier",
                "description": null,
                "fields": [
                    {
                        "name": "orchardPricingTier",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "OrchardPricingTier",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackPricingOverrideId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "TrackParticipationInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "labelParticipantUuid",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "localizations",
                        "description": "This field requires track level localizations to be set\nThis field does not apply to the WRITER role",
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "ParticipationLocalization",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "role",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "TrackParticipationRole",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "TrackParticipationRole",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "COMPOSER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CONDUCTOR",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ENSEMBLE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FEATURED_ARTIST",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FEATURE_TO_PRIMARY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ORCHESTRA",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PERFORMER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PRODUCER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "REMIXER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "WRITER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TrackPublisher",
                "description": null,
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TrackPublishing",
                "description": null,
                "fields": [
                    {
                        "name": "publisherNames",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use `publishers.name`"
                    },
                    {
                        "name": "publishers",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TrackPublisher",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "thirdPartyPublisher",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "usPublishingObligation",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "ENUM",
                            "name": "USPublishingObligation",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TrackResult",
                "description": null,
                "fields": [
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tracks",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Track",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TrackRightsAttribute",
                "description": null,
                "fields": [
                    {
                        "name": "attribute",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "RightsAttribute",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TrackSample",
                "description": null,
                "fields": [
                    {
                        "name": "artists",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TrackSampleArtist",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isrc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "notes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pLine",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sampleId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sampleType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackLength",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "uniqueTrackId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "updatedDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TrackSampleArtist",
                "description": null,
                "fields": [
                    {
                        "name": "artistId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "artistName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "artistType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TrackSearchResults",
                "description": null,
                "fields": [
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tracks",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Track",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "TrackType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "MUSIC",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "VIDEO",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TrackValidation",
                "description": null,
                "fields": [
                    {
                        "name": "errors",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TrackValidationError",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isValid",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "warnings",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TrackValidationWarning",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TrackValidationError",
                "description": null,
                "fields": [
                    {
                        "name": "code",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "TrackValidationErrorCode",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reason",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "TrackValidationErrorCode",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "COMBINED_WORK_MOVEMENT_MAX_LENGTH_EXCEEDED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "EMPTY_ARTIST_NAME",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FEATURED_ARTIST_MISMATCH",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "GENRE_ARTIST_MISMATCH",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "INVALID_ISRC",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "INVALID_LANGUAGE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "INVALID_PERFORMER_TYPE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "INVALID_PREVIEW_START_TIME",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "INVALID_P_INFO",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "LOCALIZED_ARTISTS_MISMATCH",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MISSING_ASSET_STATUS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MISSING_AUDIO_FILE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MISSING_BIRTH_NAME",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MISSING_BOTH_CHINESE_LANGUAGES",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MISSING_CHINESE_LOCALIZATION",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MISSING_COMPOSER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MISSING_EXPLICIT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MISSING_ISRC",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MISSING_LANGUAGE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MISSING_META_LANGUAGE_CODE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MISSING_ORIGINAL_RIGHTS_HOLDER_COUNTRY_ID",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MISSING_OWNERSHIP_RIGHTS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MISSING_PERFORMER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MISSING_PRIMARY_PERFORMER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MISSING_PRODUCERS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MISSING_PUBLISHER_NAMES",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MISSING_P_INFO",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MISSING_RECORDING_COUNTRY_ID",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MISSING_THIRD_PARTY_PUBLISHER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MISSING_TRACK_NAME",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MISSING_US_PUBLISHING_OBLIGATION",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MISSING_WORK",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MISSING_WRITERS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MOVEMENT_MAX_LENGTH_EXCEEDED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TOO_MANY_LOCALIZATIONS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TRACK_NAME_CANNOT_BE_LOCALIZED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TRACK_NAME_VERSION_ALREADY_IN_USE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TRACK_NAME_VERSION_COMPOSER_CLASSICAL_ALREADY_IN_USE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "WORK_MAX_LENGTH_EXCEEDED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TrackValidationWarning",
                "description": null,
                "fields": [
                    {
                        "name": "code",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "TrackValidationWarningCode",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reason",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "TrackValidationWarningCode",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "CROSS_ACCOUNT_OSR_CONFLICT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CROSS_ISRC_OSR_MISMATCH",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CROSS_TRACK_ISRC_MISMATCH",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "EXCESSIVE_ISRC_REUSE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "POTENTIAL_AUDIO_INFRINGEMENT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TrackWriter",
                "description": null,
                "fields": [
                    {
                        "name": "artistInfoId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "artist_info_id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackWriterId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackWriterName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackWriterType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "track_writer_id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "type",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TransactionType",
                "description": null,
                "fields": [
                    {
                        "name": "transactionTypeGroup",
                        "description": null,
                        "args": [
                            {
                                "name": "groupAdmin",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "TransactionTypeGroupAdmin",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "TransactionTypeGroup",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "txnTypeCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "txnTypeId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "txnTypeName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TransactionTypeGroup",
                "description": null,
                "fields": [
                    {
                        "name": "referenceTransactionTypeGroupId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transactionTypeGroupName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transactionTypes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TransactionType",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "TransactionTypeGroupAdmin",
                "description": "The transaction type groupings differ between apps.\nFor example, `contract_admin` is used by Abacus. The `TransactionTypeGroups` and their child `TransactionTypes` are not the same as those used by `workstation`.",
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "CONTRACT_ADMIN",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CONTRACT_MECHANICAL_ADMIN",
                        "description": "Used for calculating mechanical deductions.",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PRESENTATIONAL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TAX_ADMIN",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "WORKSTATION",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Transcript",
                "description": null,
                "fields": [
                    {
                        "name": "transcript",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TranscriptSection",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "TranscriptInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "transcript",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "TranscriptSectionInput",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TranscriptSection",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TranscriptWordBreakDown",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "speakerLabel",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "TranscriptSectionInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "items",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "TranscriptWordBreakDownInput",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "speakerLabel",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TranscriptWordBreakDown",
                "description": null,
                "fields": [
                    {
                        "name": "content",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "endTime",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "startTime",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "TranscriptWordBreakDownInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "content",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "endTime",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "startTime",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TransferWiseAccountField",
                "description": null,
                "fields": [
                    {
                        "name": "example",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "key",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "maxLength",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "minLength",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "refreshRequirementsOnChange",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "required",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "type",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "validationAsync",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "TransferWiseAsyncValidation",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "validationRegexp",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "valuesAllowed",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "TransferWiseAccountFieldValue",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TransferWiseAccountFieldValue",
                "description": null,
                "fields": [
                    {
                        "name": "key",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TransferWiseAccountRequirement",
                "description": null,
                "fields": [
                    {
                        "name": "fields",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TransferWiseAccountField",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "title",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "type",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TransferWiseAsyncValidation",
                "description": null,
                "fields": [
                    {
                        "name": "params",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TransferWiseValidationParams",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "url",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TransferWiseAuthorizationUrl",
                "description": null,
                "fields": [
                    {
                        "name": "url",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TransferWiseBankAddress",
                "description": null,
                "fields": [
                    {
                        "name": "branchName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "city",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "country",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "firstLine",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "postCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "stateCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TransferWiseBatch",
                "description": null,
                "fields": [
                    {
                        "name": "accountNumber",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "amount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "bankAddress",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "TransferWiseBankAddress",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "bankCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "batchId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "batchName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "bban",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "iban",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "imputedStatus",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "TransferWiseBatchImputedStatus",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "payinName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "payments",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "CollaboratorsPayment",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "profileId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reference",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transferWiseAddress",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "TransferWiseBankAddress",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transferWiseTransactions",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "CollaboratorsPayment",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use payments instead."
                    },
                    {
                        "name": "transferwiseFee",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "type",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendor",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Vendor",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "version",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "wireFee",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "TransferWiseBatchImputedStatus",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "AWAITING_FUNDS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "BOUNCED_BACK",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CANCELLED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "COMPLETED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "IN_PROGRESS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "TransferWiseBatchPaymentInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "name",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "profileId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sourceCurrency",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transfers",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "TransferWiseTransferInput",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TransferWiseBatchPaymentResponse",
                "description": null,
                "fields": [
                    {
                        "name": "accountNumber",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "amount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "bankAddress",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "TransferWiseBankAddress",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "bankCode",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "bban",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "iban",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "payInName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reference",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sourceCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transferIds",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transferWiseAddress",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "TransferWiseBankAddress",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "type",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "version",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "TransferWiseBatchQuoteInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "quotes",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "TransferWiseQuoteInput",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "TransferWiseFieldValidationQueryParams",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "parameterName",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "parameterValue",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TransferWisePrice",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TransferWisePriceItem",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "priceSetId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "total",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TransferWisePriceItem",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TransferWisePriceItem",
                "description": null,
                "fields": [
                    {
                        "name": "explanation",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "TransferWisePriceItemExplanation",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "label",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "type",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TransferWisePriceItemValue",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TransferWisePriceItemExplanation",
                "description": null,
                "fields": [
                    {
                        "name": "plainText",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TransferWisePriceItemValue",
                "description": null,
                "fields": [
                    {
                        "name": "amount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "label",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TransferWiseProfile",
                "description": null,
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "profileId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "TransferWiseProfileStatus",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "TransferWiseProfileStatus",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ERROR",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "UNVERIFIED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "VERIFIED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TransferWiseQuote",
                "description": null,
                "fields": [
                    {
                        "name": "allowedProfileTypes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Deprecated by TransferWise."
                    },
                    {
                        "name": "collaboratorId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "createdByUserId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Deprecated by TransferWise."
                    },
                    {
                        "name": "deliveryEstimate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Deprecated by TransferWise."
                    },
                    {
                        "name": "disabled",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "disabledReason",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "TransferWiseQuotePaymentOptionDisabledReason",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "discountFee",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fee",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Deprecated by TransferWise."
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "iofTax",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ofSourceAmount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Deprecated by TransferWise."
                    },
                    {
                        "name": "payIn",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "payInFee",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "payOut",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentMetadata",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "JSONObject",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "percentageFee",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "price",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TransferWisePrice",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "profile",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recipientId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "source",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Deprecated by TransferWise."
                    },
                    {
                        "name": "sourceAmount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sourceCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "target",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Deprecated by TransferWise."
                    },
                    {
                        "name": "targetAmount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "targetCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalFee",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transferwiseFee",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "type",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Deprecated by TransferWise."
                    },
                    {
                        "name": "user",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "TransferWiseQuoteInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "collaboratorId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentMetadata",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "JSONObject",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "profile",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recipientId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sourceAmount",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sourceCurrency",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "targetAmount",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "targetCurrency",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TransferWiseQuotePaymentOptionDisabledReason",
                "description": null,
                "fields": [
                    {
                        "name": "code",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "message",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TransferWiseQuoteResponse",
                "description": null,
                "fields": [
                    {
                        "name": "quotes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TransferWiseQuote",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "TransferWiseTransferInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "collaboratorId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "details",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "JSONObject",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "quoteUuid",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "targetAccount",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TransferWiseTransferRequirement",
                "description": null,
                "fields": [
                    {
                        "name": "currency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "requirements",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TransferWiseTransferRequirementField",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TransferWiseTransferRequirementField",
                "description": null,
                "fields": [
                    {
                        "name": "group",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TransferWiseAccountField",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "TransferWiseTransferRequirementsInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "currency",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transfer",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INPUT_OBJECT",
                                "name": "TransferWiseTransferInput",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TransferWiseValidationParams",
                "description": null,
                "fields": [
                    {
                        "name": "key",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "parameterName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "required",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TransferwiseFieldValidationResult",
                "description": null,
                "fields": [
                    {
                        "name": "validation",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "TriggerCollaboratorsReportGenerationInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "clientEmail",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "collaboratorIds",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "firstPeriodId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastPeriodId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "migratedToAbacus",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "periodName",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "reportRunName",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "TriggerCollaboratorsReportGenerationResponse",
                "description": null,
                "fields": [
                    {
                        "name": "accepted",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "TypeOfVideo",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "BEHIND_THE_SCENES",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "LIVE_PERFORMANCE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "LYRIC_MUSIC_VIDEO",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "OFFICIAL_MUSIC_VIDEO",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "OTHER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PROMO",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PSEUDO_VIDEO",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "SCALAR",
                "name": "URL",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "USPublishingObligation",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "COMPOSITION",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CONTROLLED_BY_YOUR_LABEL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PUBLIC_DOMAIN",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "USTaxFormInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "USTaxFormW8BENEInput",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "USTaxFormW8BENEInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "USTaxFormW8BENInput",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "USTaxFormW8BENInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "USTaxFormW8ECIInput",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "USTaxFormW8ECIInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "USTaxFormW8IMYInput",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "USTaxFormW8IMYInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "USTaxFormW9Input",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "USTaxFormW9Input",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "USTaxFormW8BENDetails",
                "description": null,
                "fields": [
                    {
                        "name": "expirationDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastModified",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "signedDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxFormType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxIdCountry",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxTreatyClaim",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tin",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tinType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "AccountPayeeTaxFormInfo",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "USTaxFormW8BENEDetails",
                "description": null,
                "fields": [
                    {
                        "name": "expirationDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastModified",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lob",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "signedDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxFormType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxIdCountry",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxTreatyClaim",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tin",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tinType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "typeOfEntity",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "AccountPayeeTaxFormInfo",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "USTaxFormW8BENEInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "accountPayeeId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryOfTaxResidence",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lob",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "signedDate",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxIdCountry",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxName",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxTreatyClaim",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tin",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tinType",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "typeOfEntity",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "USTaxFormW8BENInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "accountPayeeId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryOfTaxResidence",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "signedDate",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxIdCountry",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxName",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxTreatyClaim",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tin",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tinType",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "USTaxFormW8ECIDetails",
                "description": null,
                "fields": [
                    {
                        "name": "expirationDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastModified",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "signedDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxFormType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxIdCountry",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxTreatyClaim",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tin",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tinType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "typeOfEntity",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "AccountPayeeTaxFormInfo",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "USTaxFormW8ECIInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "accountPayeeId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryOfTaxResidence",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "signedDate",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxIdCountry",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxName",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxTreatyClaim",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tin",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tinType",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "typeOfEntity",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "USTaxFormW8IMYDetails",
                "description": null,
                "fields": [
                    {
                        "name": "expirationDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastModified",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "signedDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxFormType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxIdCountry",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxTreatyClaim",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tin",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tinType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "typeOfEntity",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "AccountPayeeTaxFormInfo",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "USTaxFormW8IMYInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "accountPayeeId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryOfTaxResidence",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "signedDate",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxIdCountry",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxName",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxTreatyClaim",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tin",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tinType",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "typeOfEntity",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "USTaxFormW9Details",
                "description": null,
                "fields": [
                    {
                        "name": "expirationDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastModified",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "signedDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxClassification",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxFormType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxIdCountry",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tin",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tinType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "AccountPayeeTaxFormInfo",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "USTaxFormW9Input",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "accountPayeeId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryOfTaxResidence",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "signedDate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxClassification",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxIdCountry",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "taxName",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tin",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tinType",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "UgcVideoMetric",
                "description": null,
                "fields": [
                    {
                        "name": "assetId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "channelId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "channelName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "claimCreatedDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "claimPolicy",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "claimStatus",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "claimType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contentType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "percentage",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "premiumViews",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "releaseDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackIsrc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "videoId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "videoName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "UgcVideoMetricsResults",
                "description": null,
                "fields": [
                    {
                        "name": "sources",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Store",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ugcVideoMetrics",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "UgcVideoMetric",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UnregisterUserDeviceInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "deviceId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UnsubmitProductInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "productId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "UnsubmitProductResult",
                "description": null,
                "fields": [
                    {
                        "name": "result",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "UnsubmitResponse",
                "description": null,
                "fields": [
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "UnsupportedTimedReleaseSchedule",
                "description": null,
                "fields": [
                    {
                        "name": "deliveryStore",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "DeliveryStore",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saleDateTime",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "timeOffset",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UnsupportedTimedReleaseScheduleInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "deliveryStore",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INPUT_OBJECT",
                                "name": "DeliveryStoreInput",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saleDateTime",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "timeOffset",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdateAbacusScheduleInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "conditions",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "AbacusScheduleConditionsInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "scheduleName",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdateAdReadInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "adReadUrl",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "assigneeId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "assigneeIds",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "copyFilename",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "copyUrlPath",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "dueDate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isArchivedEarly",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rejectionReason",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "AdReadStatus",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdateCollaboratorInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "currency",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "description",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "dpEnabled",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "dpSplitsAgreed",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "email",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "internalId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "performanceRights",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdateCollaboratorSplitInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "collaboratorId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rateType",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "CollaboratorSplitRateType",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "splitRate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdateDeliveryStoreExceptionsInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "label",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "UpdateDeliveryStoreLabelExceptionsInput",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelCountry",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "UpdateDeliveryStoreLabelCountryExceptionsInput",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "participant",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "UpdateDeliveryStoreParticipantExceptionsInput",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "participantCountry",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "UpdateDeliveryStoreParticipantCountryExceptionsInput",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "product",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "UpdateDeliveryStoreProductExceptionsInput",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdateDeliveryStoreInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "exceptions",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "UpdateDeliveryStoreExceptionsInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdateDeliveryStoreLabelCountryExceptionsInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "countries",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "distributionTypeIds",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdateDeliveryStoreLabelExceptionsInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "distributionTypeIds",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelIds",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "LabelIdInput",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdateDeliveryStoreParticipantCountryExceptionsInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "countries",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "distributionTypeIds",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdateDeliveryStoreParticipantExceptionsInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "distributionTypeIds",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "globalParticipantIds",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdateDeliveryStoreProductExceptionsInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "distributionTypeIds",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productIds",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdateEmailCampaignContentInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "css",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "html",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdateEmailCampaignInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "audienceId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "emailDomainId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "emailUsername",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fanDataListId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INPUT_OBJECT",
                                "name": "FsAudienceFanDataListItemInput",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "previewText",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "senderName",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccountId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subject",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdateEpisodeInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "appleId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "artworkFilename",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "audioFilename",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "content",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "description",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "draft",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "episodeNumber",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "episodeType",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "externalId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "feedIds",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": "[]",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isReviewed",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "plannedMidRollCount",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "plannedPostRollCount",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "plannedPreRollCount",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "publishedDate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "DateTime",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "seasonId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "seasonNumber",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "title",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trailerType",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdateEpisodeReplicationStatusInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "ids",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "showFamilyId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdateFocusTrackInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "endDate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "startDate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdateInternalContractAdvanceStatusInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "advanceStatus",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "AbacusContractAdvanceStatus",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractAdvanceId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdateNrContributionInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "countryOfPerformance",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "evidence",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "featured",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "FeaturedInput",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "instruments",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "performanceName",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdateNrDeliveryClaimInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "claimId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contributionVersion",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "message",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "NrDeliveryClaimStatus",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdateNrDeliveryJobInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "errorFile",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "exclusionFile",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "jobId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "NrDeliveryJobStatus",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "successFile",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdateNrDeliveryOrderInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "orderId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "s3OutputPath",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "NrDeliveryOrderStatus",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdateNrSoundRecordingInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "albumName",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "catalogNumber",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countriesOfRecording",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryOfLabel",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryOfMaster",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "duration",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "featuredArtistIds",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "firstReleaseYear",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isrc",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "mainArtist",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "originalLabel",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "primaryArtistIds",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "priority",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "Priority",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recordingTitle",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recordingType",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recordingYear",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalFeaturedPerformers",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "version",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdateOrCreateOwnershipNrMonetizeRulesByTrackIdInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "endDate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "percentage",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": "100",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "startDate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "territories",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "UpdateOrCreateOwnershipNrMonetizeRulesByTrackIdResult",
                "description": null,
                "fields": [
                    {
                        "name": "error",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rules",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INTERFACE",
                                        "name": "OwnershipNrRule",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdateOrchardSoundRecordingInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "id",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "primaryTrackId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdateOwnershipNrTrackInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "countriesOfRecording",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "duration",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "externalId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "firstYearOfRecording",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "title",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "version",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdatePhysicalDeliveryOrderInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "id",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "outputFile",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "PhysicalDeliveryOrderStatus",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdatePodcastInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "artworkFilename",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "categories",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "channelId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "copyright",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "description",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "email",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "explicit",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "host",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "language",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "link",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "owner",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "participants",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "PodcastParticipantInput",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "seasons",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "PodcastSeasonInput",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "showType",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "title",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdatePodcastTranscriptionInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "episodeId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transcription",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INPUT_OBJECT",
                                "name": "TranscriptInput",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdatePodcastUserInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "allNetworks",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "networkIds",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastIds",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "role",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "showFamilyIds",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdatePodcastUserLastLoginInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "lastLogin",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "DateTime",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "uuid",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdatePodcastUserSettingsInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "adNotifications",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "podcastNotifications",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "spikeNotifications",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transcriptionNotifications",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdateProductInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "accountId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountType",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "artistId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "cLine",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "channelSelection",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deliveredVersion",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "description",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "format",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "genreId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "imprint",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "manufacturerUpc",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "metaLanguage",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "notForDistribution",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pLine",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "participations",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "ProductParticipationInput",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "preorderDate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "previewable",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "primaryArtists",
                        "description": "Prefer to use `participations` instead of this field.",
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "INPUT_OBJECT",
                                "name": "CreateArtistInput",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productCode",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productConfiguration",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "ProductConfiguration",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productHighlights",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productLocalizations",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "SetProductLocalizationInput",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productName",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "projectCode",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "projectId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "releaseDate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "saleStartDate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "specialInstructions",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subgenreId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorReleaseIdentifier",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "version",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdateProductInternalNoteInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "internalNote",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdateProductMarketingPrioritiesInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "priorities",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ProductMarketingPriorityInput",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdateProductPricingTier",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "orchardPricingTier",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pricingFamily",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "PricingFamily",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackOverrides",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "SetTrackPricingTier",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdateProductStoreCarveoutsInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "productId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storeCarveouts",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "CreateStoreCarveoutInput",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdateProductTimedRelease",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "productId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "storeIds",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "timeOfDayProduct",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "timeZone",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdateProjectInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "artistId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "description",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "projectCode",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "projectHighlights",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "projectId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdateProjectInternalNoteInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "internalNote",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "projectId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdateProjectMarketingPrioritiesInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "priorities",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "ProjectMarketingPriorityInput",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "projectId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdatePublishingCompositionInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "agreements",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "PublishingCompositionAgreementInput",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "alternateTitles",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "associatedGlobalSoundRecordings",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "associatedLabelSoundRecordings",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "containsPublicDomain",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "containsSample",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "draft",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "iswc",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "title",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdatePublishingPublisherInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "id",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ipi",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pro",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdatePublishingSongWriterInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "id",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ipi",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "label",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INPUT_OBJECT",
                                "name": "LabelUuid",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pro",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "professionallyKnownAs",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "publishers",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "PublishingSongWriterPublishersInput",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdatePublishingSongWriterMetaDataInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "controlled",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ipi",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "label",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INPUT_OBJECT",
                                "name": "LabelUuid",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pro",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "professionallyKnownAs",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdateReleaseScheduleInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "productId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "releaseSchedule",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INPUT_OBJECT",
                                "name": "ProductReleaseScheduleInput",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdateTrackBodyInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "artists",
                        "description": "Prefer to use `participations` instead of this field.",
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "INPUT_OBJECT",
                                "name": "CreateTrackArtistInput",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "explicit",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "focusTrack",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "UpdateFocusTrackInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isrc",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "localizations",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "INPUT_OBJECT",
                                "name": "SetTrackLocalizationInput",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lyrics",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "metaLanguageCode",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "offerType",
                        "description": "This field is only editable by Orchard Admin profiles.\n\nAny other profile will be silently ignored. This behavior may change at any point in the future, and so clients operating in contexts other than OA should never include this field in their requests.",
                        "type": {
                            "kind": "ENUM",
                            "name": "TrackOfferType",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "originalRightsHolderCountryId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ownershipRights",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pInfo",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "participations",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "INPUT_OBJECT",
                                "name": "TrackParticipationInput",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "performers",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "INPUT_OBJECT",
                                "name": "CreateTrackPerformerInput",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "previewStartTime",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "publishers",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "INPUT_OBJECT",
                                "name": "CreateTrackPublisherInput",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "recordingCountryId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "samples",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "INPUT_OBJECT",
                                "name": "CreateSampleInput",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackName",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackType",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "upc",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "usPublishingObligation",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "USPublishingObligation",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "version",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "writers",
                        "description": "Prefer to use `participations` instead of this field.",
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "INPUT_OBJECT",
                                "name": "CreateTrackWriterInput",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdateTrackPositionInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "trackNumber",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tuid",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "volumeNumber",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdateTracksBodyInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "body",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "UpdateTrackBodyInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tracks",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdateTracksPositionInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "productId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tracks",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "UpdateTrackPositionInput",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdateVideoSingleProductInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "accountId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "associatedTrackId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "channelSelection",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "clineCopyrightHolder",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "clineYear",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "customThumbnailPath",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "description",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "genreId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "imprint",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isrc",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "keywords",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "languageOfVideoContent",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "languageOfVideoTitle",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "latestPipelineRunId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lyrics",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "manufacturerUpc",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "newRelease",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "notForDistribution",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "originalReleaseDate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "parentalAdvisory",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "plineCopyrightHolder",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "plineYear",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "primaryArtists",
                        "description": null,
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "INPUT_OBJECT",
                                "name": "CreateArtistInput",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productCode",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "releaseDate",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "specialInstructions",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccountId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subgenreId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "thumbnailPath",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "typeOfVideo",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorCatalogNumber",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorReleaseIdentifier",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "version",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "videoTitle",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpdateWorksheetPaymentContractAdvanceInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "salesforceId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "worksheetPaymentContractAdvanceId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UploadPartInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "etag",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "partNumber",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "UploadToken",
                "description": null,
                "fields": [
                    {
                        "name": "bucket",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "credentials",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "UploadTokenCredentials",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "filename",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "UploadTokenCredentials",
                "description": null,
                "fields": [
                    {
                        "name": "awsAccessKeyId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "awsSecretAccessKey",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "expiration",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "token",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "UpperProfitCenter",
                "description": "This enum represents list of possible upper profit centers for filtering the response.\nThere is mapping defined product -> upper profit center.",
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ARIOLA_HANSA",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CATALOG",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CENTURY_MEDIA",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CLASSIC",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "COLUMBIA",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "COMEDY",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "EPIC",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FAMILY_ENTERT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FAMOUZ",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FOUR_MUSIC",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "GOLD_LEAGUE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "JIVE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MEDIA_COMPILATIONS",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "NITRON",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "RCA",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "_1991_ARTIST_LABEL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpsertMarketingProgramInfoInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "data",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "MarketingProgramInfoUpsert",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "entityId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "entityType",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "MarketingProgramInfoEntity",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpsertTrackAudioAttributeInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "audioAttributeIds",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tuid",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UpsertTrackRightsAttributeInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "rightsAttributeIds",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tuid",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "UserAccount",
                "description": "UserAccount describes relation between an Identity and AR info from vendor table for that user\n(gives a company, sets/gives a support email, vendorId and vendorName that are associated with an Identity).",
                "fields": [
                    {
                        "name": "auth0Primary",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "company",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "supportEmail",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vcId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "UserMetadataFlag",
                "description": "UserMetadataFlag includes the label for the user metadata flag that indicates whether or not the user has opted in\nto receive email notifications about new resources, vendor_name and value as JSON.",
                "fields": null,
                "inputFields": [
                    {
                        "name": "label",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "UserMetadataLabel",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "value",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "JSON",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "UserMetadataLabel",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "INVOKED_FROM_LAMBDA",
                        "description": "This is the label for the user metadata flag that indicates whether or not\nthe user has opted in to receive email notifications about new resources",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SHOULD_SEND_COLLABORATOR_ACCESS_EMAIL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "VENDOR_NAME",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "UserResults",
                "description": "UserResults gives a list of users that based on set params as limit, offset and totalRecords for appropriate Identity.",
                "fields": [
                    {
                        "name": "limit",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "offset",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalRecords",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "userIdentity",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Identity",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "UserSubscription",
                "description": "UserSubscription describes user subscription to events by appId\n(e.g.\n{\nname: 'label_video_product_rejection',\nnotificationType: 'emailNotifications',\nappId: 'workstation',\nfollowAllResources: false,\nfollowResources: [\n{\nname: 'BB Music Group B.V.',\nuuid: '82e22366-d4de-4115-b592-8e8503af99bd',\nlabels: [\n'Vendor',\n'Orchard',\n'Label'\n]\n}\n]\n}).",
                "fields": [
                    {
                        "name": "appId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "ApplicationType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "feedType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "followAllResources",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "followResources",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "UNION",
                                "name": "GenericResource",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "notificationType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "UserType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "ARTIST",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "EMPLOYEE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "LABEL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "ValidationContext",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "POST_SUBMISSION",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PRE_SUBMISSION",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Vendor",
                "description": "Based in graphql-knowledge.",
                "fields": [
                    {
                        "name": "abacusAccount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AbacusAccount",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "accountingPeriods",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AccountingPeriod",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "activeVendorContract",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "VendorContract",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "allowAlwReleaseBuilder",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "analytics",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "VendorAnalytics",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "applications",
                        "description": "The applications that the Vendor has access to.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "VendorApplication",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "assignedReviewer",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AssignedTo",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "assignedTo",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AssignedTo",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "assignedToEmail",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "collaboratorsAgreement",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "CollaboratorsVendorAgreement",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "collaboratorsPayments",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "sortDir",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "SortDir",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "sortField",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "status",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "CollaboratorsPaymentStatus",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "CollaboratorsPaymentsResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "collaboratorsStatementPeriods",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "sortDir",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "SortDir",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "sortField",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "statementPeriodId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "status",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "CollaboratorsStatementPeriodStatus",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "term",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "CollaboratorsStatementPeriodResults",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "companyBrand",
                        "description": null,
                        "args": [
                            {
                                "name": "showOnDemand",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": "false",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "CompanyBrand",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contactEmail",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contactName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contentReviewNote",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractCurrency",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "VendorCurrency",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "country",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "dateCreated",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "defaultSalesSheetTemplate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "SalesSheetTemplate",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deliveryStoreRelationships",
                        "description": null,
                        "args": [
                            {
                                "name": "deliveryStoreStatuses",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "DeliveryStoreStatus",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "filterEmptyCarveouts",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "VendorDeliveryStoreRelationshipResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "demographicBreakdownV2",
                        "description": null,
                        "args": [
                            {
                                "name": "allTime",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AccountDemographics",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "estReleases",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "estTracks",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "features",
                        "description": null,
                        "args": [
                            {
                                "name": "prefix",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Feature",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "following",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "genre",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "LabelId",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isDistributor",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isOwned",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelIdentifier",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelSoundRecording",
                        "description": null,
                        "args": [
                            {
                                "name": "isrc",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "LabelSoundRecording",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelSummary",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastUpdate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "masterContact",
                        "description": "masterContact returns the identity of the assigned master contact for the given Vendor.",
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Identity",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "migratedToAbacus",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": "name is the name of the Vendor.\nPLATFORM-4029: work in progress to move this field this service",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "numSubaccounts",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "owner",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "parentCompany",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "participantSearchV2",
                        "description": null,
                        "args": [
                            {
                                "name": "first",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "10",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "includeSubaccounts",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": "false",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "term",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "LabelParticipantSearchResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "priority",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productManager",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "products",
                        "description": null,
                        "args": [
                            {
                                "name": "filter",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "LabelProductFilterInput",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "{includeProductsWithDeletions: true}",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "5",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": "0",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "order",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "LabelProductOrder",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "VendorProductResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productsBySplits",
                        "description": null,
                        "args": [
                            {
                                "name": "labelParticipantUuids",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "maxTracksWithSplits",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "maxTracksWithoutSplits",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "minTracksWithSplits",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "minTracksWithoutSplits",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "sortDirection",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "SortDir",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "sortKey",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subaccountId",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "term",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ProductsBySplitsResult",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "projectedFirstYearRevenue",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "quarterbackLabelManager",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "region",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rules",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "FingerprintRule",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "sapVendorId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "secondaryInternalContact",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AssignedTo",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "serviceTier",
                        "description": null,
                        "args": [
                            {
                                "name": "showOnDemand",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": "false",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "ServiceTier",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "soundScanCodeCA",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "soundScanCodeUSA",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "source",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "VendorStatus",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccountId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subaccounts",
                        "description": null,
                        "args": [
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "offset",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "SubaccountsResults",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "summary",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "finLabelIds",
                                "description": "Financial label IDs to filter results. Usually, each account (label) has corresponding financial label ID.\nFor RCA Records this is E009.",
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "ids",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subscriptionTypes",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "SubscriptionType",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "type",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "AccountSummaryType",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "upperProfitCenters",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "UpperProfitCenter",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AccountSummary",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "supportContactEmail",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "timeseries",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "finLabelIds",
                                "description": "Financial label IDs to filter results. Usually, each account (label) has corresponding financial label ID.\nFor RCA Records this is E009.",
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "ids",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "resolution",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "subscriptionTypes",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "SubscriptionType",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "type",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "AccountTimeseriesType",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "upperProfitCenters",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "UpperProfitCenter",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AccountTimeseries",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "topContent",
                        "description": null,
                        "args": [
                            {
                                "name": "aggregationType",
                                "description": null,
                                "type": {
                                    "kind": "ENUM",
                                    "name": "AccountTopContentType",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "topSize",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "OBJECT",
                            "name": "AccountTopContent",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transferPricingCountry",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transferWiseBatches",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TransferWiseBatch",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "transferWiseProfile",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "TransferWiseProfile",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "type",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "ENUM",
                            "name": "VendorType",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "uuid",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorFeatures",
                        "description": "vendorFeatures returns the feature controls that are enabled for a given Vendor.\n\nThis is backed by the art_relations.vendor_restricted_features table, not split.io feature flags.\n\nPlease refer to https://www.notion.so/Feature-Controls-14894b40547c43468ff40d063afafd53 for more details.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "VendorFeature",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorRestrictedFeatures",
                        "description": "vendorRestrictedFeatures returns a list for all the Feature that have been\nenabled for this Vendor.\n\nThis refers to Feature Controls defined in OA, not feature flags from Split.\n\nFor feature flags used during feature development and rollout, see `Vendor.features`.\nThis field should be removed in favor of `vendorFeatures`.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "VendorRestrictedFeatures",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use vendorFeatures instead."
                    },
                    {
                        "name": "videoViewsSummary",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "15",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "type",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "AccountVideoViewsQueryType",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "viewsType",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "ViewsType",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AccountVideoViewsSummary",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "videoViewsTimeseries",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "endDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": "15",
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "type",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "AccountVideoViewsQueryType",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "viewsType",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "ViewsType",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AccountVideoViewsTimeseries",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "website",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "welcomeEmailDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "HasFingerprintRules",
                        "ofType": null
                    },
                    { "kind": "INTERFACE", "name": "Label", "ofType": null },
                    { "kind": "INTERFACE", "name": "Tenant", "ofType": null }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "VendorAnalytics",
                "description": null,
                "fields": [
                    {
                        "name": "aggregatedDownloads7Days",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GrowthPeriods",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "aggregatedDownloadsAllTime",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "albumDownloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GrowthPeriods",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelManager",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "LabelManager",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackDownloads",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GrowthPeriods",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackStreams",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GrowthPeriods",
                            "ofType": null
                        },
                        "isDeprecated": true,
                        "deprecationReason": "Use trackStreams28Days."
                    },
                    {
                        "name": "trackStreams7Days",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GrowthPeriods",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackStreams28Days",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GrowthPeriods",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "trackStreamsAllTime",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "LabelAnalytics",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "VendorApplication",
                "description": "VendorApplication describes the relationship between a Vendor and an ApplicationV2.\nImplements TenantApplication interface.",
                "fields": [
                    {
                        "name": "application",
                        "description": "The Application that the Vendor has access to.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ApplicationV2",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "roles",
                        "description": "The roles that the Vendor has access to in the Application.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "RoleV2",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "tenant",
                        "description": "The Vendor that has access to the Application.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Vendor",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "url",
                        "description": "The URL to the application that is dependent on the Vendor.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "TenantApplication",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "VendorContract",
                "description": null,
                "fields": [
                    {
                        "name": "active",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "ContractType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "endDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "royaltyCollection",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "VendorRoyaltyCollection",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "startDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "VendorCurrency",
                "description": null,
                "fields": [
                    {
                        "name": "code",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "currencyId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "symbol",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "VendorDeliveryStoreRelationship",
                "description": null,
                "fields": [
                    {
                        "name": "activeContractCarveouts",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "DistributionType",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deliveryStore",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "DeliveryStore",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "label",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Vendor",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "LabelDeliveryStoreRelationship",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "VendorDeliveryStoreRelationshipResult",
                "description": null,
                "fields": [
                    {
                        "name": "relationships",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "VendorDeliveryStoreRelationship",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "LabelDeliveryStoreRelationshipResult",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "VendorFeature",
                "description": "VendorFeature is a representation of a feature control that can be enabled or restricted from a Vendor.\n\nIt is backed by the art_relations.features table.\n\nPlease refer to https://www.notion.so/Feature-Controls-14894b40547c43468ff40d063afafd53 for more details.",
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "VendorInput",
                "description": "VendorInput for updateVendor mutation. OA context",
                "fields": null,
                "inputFields": [
                    {
                        "name": "allowAlwReleaseBuilder",
                        "description": "ff show release builder",
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "assignedReviewerId",
                        "description": "OA user ID. main point of contact for the label.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "assignedToId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "companyBrandId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contactEmail",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contactName",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "countryId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "estimatedTotalProducts",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "estimatedTotalTracks",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isOwned",
                        "description": "OA Edit Label field. Indicates if label is\nowned/operated by the Orchard or if it is a client.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelIdentifier",
                        "description": null,
                        "type": {
                            "kind": "ENUM",
                            "name": "LabelIdentifier",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelSummary",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "owner",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "parentCompanyUuid",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "primaryGenreId",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "priority",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "productManagerId",
                        "description": "OA user Id. the product manager for this label.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "quarterbackLabelManagerId",
                        "description": "OA user Id. backup point of contact for the label.",
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "regionId",
                        "description": "Legacy AR region table id, distinct from country\ndefined as non-official geographical regions in which\nSME/the Orchard has conducted business.\nEx. South Asia, N. Africa, Central America & Carrib",
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "serviceTierUuid",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "ID",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "soundScanCodeCA",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "soundScanCodeUSA",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "supportContactEmail",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "website",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "welcomeEmailSent",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "WelcomeEmailInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "VendorProductResult",
                "description": null,
                "fields": [
                    {
                        "name": "products",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Product",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "LabelProductResult",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "VendorRestrictedFeatures",
                "description": "This is for retrieving vendor-level feature controls as defined in OA, not feature flags from Split.",
                "fields": [
                    {
                        "name": "featureId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "featureName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "VendorRoyaltyCollection",
                "description": null,
                "fields": [
                    {
                        "name": "commission",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "territories",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "VendorSearchItem",
                "description": null,
                "fields": [
                    {
                        "name": "companyBrandUUID",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isDeleted",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isDistributor",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "labelType",
                        "description": "labelType is Subaccount or Vendor.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "LabelType",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "uuid",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorStatus",
                        "description": "vendorStatus is the current status of the vendor (eg. signed, deletion, pending, approved, etc.)",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorType",
                        "description": "vendorType is the label identifier for vendors (Eg. Frontline, Client Services, D3, Catalog, etc)",
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [
                    {
                        "kind": "INTERFACE",
                        "name": "AccountSearchItem",
                        "ofType": null
                    }
                ],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "VendorStatus",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "APPROVED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "DELETION",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "INACTIVE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PASSED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PENDING",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "PITCHED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SIGNED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "VERBAL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "WAITING_FOR_APPROVAL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "VendorType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "CATALOG",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "CLIENT_SERVICES",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "D3",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FILM",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FRONTLINE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TEST",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "TV",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "Video",
                "description": null,
                "fields": [
                    {
                        "name": "analytics",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "VideoAnalytics",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "channel",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Channel",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isPartOfCatalog",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isrc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "relatedGlobalSoundRecordingsV2",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "GlobalSoundRecording",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "timePublished",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "_Neo4jDateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "timeUploaded",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "_Neo4jDateTime",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "videoContentType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "videoGlobalSoundRecordingV2",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "GlobalSoundRecording",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "videoId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "VideoAnalytics",
                "description": null,
                "fields": [
                    {
                        "name": "allTime",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "Distributor",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AllTimeVideoAnalytics",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "daily",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "Distributor",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "DailyVideoAnalytics",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "metrics",
                        "description": "This field is only populated by the topVideos query",
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "VideoCatalogMetrics",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "topCountries",
                        "description": null,
                        "args": [
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "Distributor",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TopCountriesByVideos",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "topTrafficSources",
                        "description": null,
                        "args": [
                            {
                                "name": "countries",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "days",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "distributors",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "Distributor",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "limit",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "startDate",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            },
                            {
                                "name": "storeIds",
                                "description": null,
                                "type": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "Int",
                                            "ofType": null
                                        }
                                    }
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "TopVideoTrafficSources",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "video",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "Video",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "VideoAnalyticsData",
                "description": null,
                "fields": [
                    {
                        "name": "adFillRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "averageViewDurationPercentage",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "averageViewDurationSeconds",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "comments",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contentType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "cpm",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "downloadActivityDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "estimatedMonetizedPlaybacks",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "estimatedPartnerAdRevenue",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "estimatedPartnerPremiumRevenue",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "premiumViews",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "premiumWatchTimeMinutes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rpm",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "videoId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "watchTimeMinutes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "VideoCatalogMetrics",
                "description": null,
                "fields": [
                    {
                        "name": "averageViewDurationSeconds",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "estimatedGrossRevenue",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "growthPeriods",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "DeltaGrowth",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lastAvailableDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "viewsLast7Days",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "viewsLast28Days",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "VideoChannel",
                "description": null,
                "fields": [
                    {
                        "name": "artistId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Int",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "channelId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "channelName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vevoControlled",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Boolean",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "VideoCustomThumbnailTokenInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "filename",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "workflowJobId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "VideoIngestWorkflow",
                "description": null,
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "VideoIngestWorkflowStep",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "thumbnails",
                        "description": null,
                        "args": [
                            {
                                "name": "imageSize",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                },
                                "defaultValue": null,
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "VideoIngestWorkflowContextType",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "productId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "VideoIngestWorkflowInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "context",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "INPUT_OBJECT",
                                "name": "VideoIngestWorkflowContextType",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "path",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "type",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "VideoIngestWorkflowType",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "VideoIngestWorkflowStep",
                "description": null,
                "fields": [
                    {
                        "name": "id",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "outputs",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "VideoIngestWorkflowStepOutput",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "status",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "type",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "VideoIngestWorkflowStepOutput",
                "description": null,
                "fields": [
                    {
                        "name": "code",
                        "description": "https://github.com/theorchard/ows-video/blob/master/spec/jsonschema/job_outputs.py",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "message",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "JSON",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "VideoIngestWorkflowType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "INGEST_FROM_BROWSER",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "INGEST_FROM_DROPBOX",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "INGEST_FROM_GOOGLE_DRIVE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "INGEST_FROM_S3",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "VideoMetricAggregateData",
                "description": null,
                "fields": [
                    {
                        "name": "adFillRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "averageViewDurationPercentage",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "averageViewDurationSeconds",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "comments",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contentType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "cpm",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "estimatedMonetizedPlaybacks",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "estimatedPartnerAdRevenue",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "estimatedPartnerPremiumRevenue",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "impressionsCtr",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "premiumViews",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "premiumWatchTimeMinutes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rpm",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "videoId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "watchTimeMinutes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "VideoMetricData",
                "description": null,
                "fields": [
                    {
                        "name": "adFillRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "averageViewDurationPercentage",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "averageViewDurationSeconds",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "comments",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contentType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "cpm",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "downloadActivityDate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Date",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "estimatedMonetizedPlaybacks",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "estimatedPartnerAdRevenue",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "estimatedPartnerPremiumRevenue",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "impressionsCtr",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "premiumViews",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "premiumWatchTimeMinutes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "rpm",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "videoId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Long",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "watchTimeMinutes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Float",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "VideoProduct",
                "description": null,
                "fields": [
                    {
                        "name": "associatedTrack",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "Track",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "cLine",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "CopyrightDetail",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "channelSelection",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "customThumbnailPath",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "description",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isrc",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "keywords",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "languageOfVideoContent",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "languageOfVideoTitle",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "lyrics",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "pLine",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "CopyrightDetail",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "parentalAdvisory",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "ENUM",
                            "name": "ParentalAdvisory",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "thumbnailPath",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "typeOfVideo",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "ENUM",
                            "name": "TypeOfVideo",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vendorCatalogNumber",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "VideoResults",
                "description": null,
                "fields": [
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "videos",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Video",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "VideoSearchResult",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Video",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "VideoSingleProductApprovalType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "CONTENT",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FINAL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "REJECTION",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "RELEASE",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "VideoTrafficSources",
                "description": null,
                "fields": [
                    {
                        "name": "averageViewDurationPercentage",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "averageViewDurationSeconds",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "premiumViews",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "premiumWatchTimeMinutes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "source",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "views",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Long",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "watchTimeMinutes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Float",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "ViewsType",
                "description": null,
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "AD_SUPPORTED",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ALL",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SUBSCRIPTION",
                        "description": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "WelcomeEmailInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "date",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "senderId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "WorksheetPaymentContractAdvance",
                "description": null,
                "fields": [
                    {
                        "name": "abacusEvents",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AbacusEvent",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "actionStates",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "AbacusState",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "amount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ExchangedMonetaryValue",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "amountAfterWithholdingAndVat",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ExchangedMonetaryValue",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "contractAdvance",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusContractAdvance",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isInternal",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentName",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "salesforceId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "statementPeriod",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "AbacusStatementPeriod",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "usSourceIncomeRate",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "Decimal",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "vatAmount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ExchangedMonetaryValue",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "withholdingTaxAmount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "ExchangedMonetaryValue",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "worksheetPaymentContractAdvanceId",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "WorksheetPaymentContractAdvanceInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "contractAdvanceId",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "paymentName",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "WorksheetPaymentContractAdvanceList",
                "description": null,
                "fields": [
                    {
                        "name": "items",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "WorksheetPaymentContractAdvance",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "totalCount",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "ZendeskToken",
                "description": "ZendeskToken describes zendesk authorization token",
                "fields": [
                    {
                        "name": "value",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "_Neo4jDate",
                "description": null,
                "fields": [
                    {
                        "name": "formatted",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "name": "_Neo4jDateTime",
                "description": null,
                "fields": [
                    {
                        "name": "formatted",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "_Neo4jDateTimeInput",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "formatted",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "_PublicSocialAccountFilter",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "platform",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "INPUT_OBJECT",
                "name": "_VideoFilter",
                "description": null,
                "fields": null,
                "inputFields": [
                    {
                        "name": "timePublished_gte",
                        "description": null,
                        "type": {
                            "kind": "INPUT_OBJECT",
                            "name": "_Neo4jDateTimeInput",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "interfaces": null,
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "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": [
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "description",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isRepeatable",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "locations",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "ENUM",
                                        "name": "__DirectiveLocation",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "args",
                        "description": null,
                        "args": [
                            {
                                "name": "includeDeprecated",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": "false",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "__InputValue",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "__DirectiveLocation",
                "description": "A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.",
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "QUERY",
                        "description": "Location adjacent to a query operation.",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "MUTATION",
                        "description": "Location adjacent to a mutation operation.",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SUBSCRIPTION",
                        "description": "Location adjacent to a subscription operation.",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FIELD",
                        "description": "Location adjacent to a field.",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FRAGMENT_DEFINITION",
                        "description": "Location adjacent to a fragment definition.",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FRAGMENT_SPREAD",
                        "description": "Location adjacent to a fragment spread.",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "INLINE_FRAGMENT",
                        "description": "Location adjacent to an inline fragment.",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "VARIABLE_DEFINITION",
                        "description": "Location adjacent to a variable definition.",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SCHEMA",
                        "description": "Location adjacent to a schema definition.",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "SCALAR",
                        "description": "Location adjacent to a scalar definition.",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "OBJECT",
                        "description": "Location adjacent to an object type definition.",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "FIELD_DEFINITION",
                        "description": "Location adjacent to a field definition.",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ARGUMENT_DEFINITION",
                        "description": "Location adjacent to an argument definition.",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "INTERFACE",
                        "description": "Location adjacent to an interface definition.",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "UNION",
                        "description": "Location adjacent to a union definition.",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ENUM",
                        "description": "Location adjacent to an enum definition.",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ENUM_VALUE",
                        "description": "Location adjacent to an enum value definition.",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "INPUT_OBJECT",
                        "description": "Location adjacent to an input object type definition.",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "INPUT_FIELD_DEFINITION",
                        "description": "Location adjacent to an input object field definition.",
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "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": [
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "description",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isDeprecated",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deprecationReason",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "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": [
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "description",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "args",
                        "description": null,
                        "args": [
                            {
                                "name": "includeDeprecated",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": "false",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "__InputValue",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "type",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "__Type",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isDeprecated",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deprecationReason",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "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": [
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "description",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "type",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "__Type",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "defaultValue",
                        "description": "A GraphQL-formatted string representing the default value for this input value.",
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "isDeprecated",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "deprecationReason",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "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": [
                    {
                        "name": "description",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "types",
                        "description": "A list of all types supported by this server.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "__Type",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "queryType",
                        "description": "The type that query operations will be rooted at.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "OBJECT",
                                "name": "__Type",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "mutationType",
                        "description": "If this server supports mutation, the type that mutation operations will be rooted at.",
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "__Type",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "subscriptionType",
                        "description": "If this server support subscription, the type that subscription operations will be rooted at.",
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "__Type",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "directives",
                        "description": "A list of all directives supported by this server.",
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "__Directive",
                                        "ofType": null
                                    }
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "OBJECT",
                "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": [
                    {
                        "name": "kind",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "ENUM",
                                "name": "__TypeKind",
                                "ofType": null
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "name",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "description",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "specifiedByURL",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "fields",
                        "description": null,
                        "args": [
                            {
                                "name": "includeDeprecated",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": "false",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "__Field",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "interfaces",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "__Type",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "possibleTypes",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "__Type",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "enumValues",
                        "description": null,
                        "args": [
                            {
                                "name": "includeDeprecated",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": "false",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "__EnumValue",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "inputFields",
                        "description": null,
                        "args": [
                            {
                                "name": "includeDeprecated",
                                "description": null,
                                "type": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                },
                                "defaultValue": "false",
                                "isDeprecated": false,
                                "deprecationReason": null
                            }
                        ],
                        "type": {
                            "kind": "LIST",
                            "name": null,
                            "ofType": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "__InputValue",
                                    "ofType": null
                                }
                            }
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ofType",
                        "description": null,
                        "args": [],
                        "type": {
                            "kind": "OBJECT",
                            "name": "__Type",
                            "ofType": null
                        },
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "inputFields": null,
                "interfaces": [],
                "enumValues": null,
                "possibleTypes": null
            },
            {
                "kind": "ENUM",
                "name": "__TypeKind",
                "description": "An enum describing what kind of type a given `__Type` is.",
                "fields": null,
                "inputFields": null,
                "interfaces": null,
                "enumValues": [
                    {
                        "name": "SCALAR",
                        "description": "Indicates this type is a scalar.",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "OBJECT",
                        "description": "Indicates this type is an object. `fields` and `interfaces` are valid fields.",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "INTERFACE",
                        "description": "Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields.",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "UNION",
                        "description": "Indicates this type is a union. `possibleTypes` is a valid field.",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "ENUM",
                        "description": "Indicates this type is an enum. `enumValues` is a valid field.",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "INPUT_OBJECT",
                        "description": "Indicates this type is an input object. `inputFields` is a valid field.",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "LIST",
                        "description": "Indicates this type is a list. `ofType` is a valid field.",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "NON_NULL",
                        "description": "Indicates this type is a non-null. `ofType` is a valid field.",
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ],
                "possibleTypes": null
            }
        ],
        "directives": [
            {
                "name": "client",
                "description": null,
                "isRepeatable": false,
                "locations": ["FIELD"],
                "args": []
            },
            {
                "name": "defer",
                "description": null,
                "isRepeatable": false,
                "locations": ["FRAGMENT_SPREAD", "INLINE_FRAGMENT"],
                "args": [
                    {
                        "name": "if",
                        "description": null,
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "defaultValue": "true",
                        "isDeprecated": false,
                        "deprecationReason": null
                    },
                    {
                        "name": "label",
                        "description": null,
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ]
            },
            {
                "name": "deprecated",
                "description": "Marks an element of a GraphQL schema as no longer supported.",
                "isRepeatable": false,
                "locations": [
                    "ARGUMENT_DEFINITION",
                    "ENUM_VALUE",
                    "FIELD_DEFINITION",
                    "INPUT_FIELD_DEFINITION"
                ],
                "args": [
                    {
                        "name": "reason",
                        "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/).",
                        "type": {
                            "kind": "SCALAR",
                            "name": "String",
                            "ofType": null
                        },
                        "defaultValue": "\"No longer supported\"",
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ]
            },
            {
                "name": "include",
                "description": "Directs the executor to include this field or fragment only when the `if` argument is true.",
                "isRepeatable": false,
                "locations": ["FIELD", "FRAGMENT_SPREAD", "INLINE_FRAGMENT"],
                "args": [
                    {
                        "name": "if",
                        "description": "Included when true.",
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ]
            },
            {
                "name": "skip",
                "description": "Directs the executor to skip this field or fragment when the `if` argument is true.",
                "isRepeatable": false,
                "locations": ["FIELD", "FRAGMENT_SPREAD", "INLINE_FRAGMENT"],
                "args": [
                    {
                        "name": "if",
                        "description": "Skipped when true.",
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ]
            },
            {
                "name": "specifiedBy",
                "description": "Exposes a URL that specifies the behavior of this scalar.",
                "isRepeatable": false,
                "locations": ["SCALAR"],
                "args": [
                    {
                        "name": "url",
                        "description": "The URL that specifies the behavior of this scalar.",
                        "type": {
                            "kind": "NON_NULL",
                            "name": null,
                            "ofType": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            }
                        },
                        "defaultValue": null,
                        "isDeprecated": false,
                        "deprecationReason": null
                    }
                ]
            }
        ]
    }
}
